#DCFB7D

Color #DCFB7D Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DCFB7D

Tints of Mindaro #DCFB7D

Color information

#DCFB7D (or 0xDCFB7D) is unknown color: approx Mindaro. HEX triplet: DC, FB and 7D. RGB value is (220,251,125). Sum of RGB (Red+Green+Blue) = 220+251+125=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB7D is #230482. Grayscale: #E3E3E3. Windows color (decimal): -2294915 or 8256476. OLE color: 8256476.

HSL color Cylindrical-coordinate representation of color #DCFB7D: hue angle of 74.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCFB7D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB220251125-
CMYK0.1200.500.02
HSL74.76º94.03%73.73%-
HSV(B)74.76º50.2%98.43%-
XYZ67.7185.6932.37-
YUV227.3770.23122.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 125 (49.22% from 255) = 20.97%
R=36.91%
G=42.11%
B=20.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202511250.1200.500.0274.7694.0373.73
HexDCFB7DC03224b5e4a
Octal334373175140622113136112
Binary110111001111101111111011100011001010100101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFB7D; }

 p { color: rgb(220,251,125); }

 H1.HeaderClassName
 {
   color: #DCFB7D;
 }
 .AnyTagClassName
 {
   color: #DCFB7D;
 }
</style>
background-color css

<style>
 a { background-color: #DCFB7D; }

 a { background-color: rgb(220,251,125); }

 div.DivClassName
 {
   background-color: #DCFB7D;
 }
 .BgClassName
 {
   background-color: #DCFB7D;
 }
</style>
border-color css

<style>
 span { border-color: #DCFB7D; }

 span { border-color: rgb(220,251,125); }

 td.TdClassName
 {
   border-color: #DCFB7D;
 }
 .TagClassName
 {
   border-color: #DCFB7D;
 }
</style>