#DCEF78

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

Shades of Mindaro #DCEF78

Tints of Mindaro #DCEF78

Color information

#DCEF78 (or 0xDCEF78) is unknown color: approx Mindaro. HEX triplet: DC, EF and 78. RGB value is (220,239,120). Sum of RGB (Red+Green+Blue) = 220+239+120=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF78 is #231087. Grayscale: #DCDCDC. Windows color (decimal): -2297992 or 7925724. OLE color: 7925724.

HSL color Cylindrical-coordinate representation of color #DCEF78: hue angle of 69.58º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCEF78 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB220239120-
CMYK0.0800.500.06
HSL69.58º78.81%70.39%-
HSV(B)69.58º49.79%93.73%-
XYZ63.7778.329.52-
YUV219.7571.71128.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 120 (47.27% from 255) = 20.73%
R=38.00%
G=41.28%
B=20.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391200.0800.500.0669.5878.8170.39
HexDCEF7880326464f46
Octal334357170100626106117106
Binary1101110011101111111100010000110010110100011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEF78; }

 p { color: rgb(220,239,120); }

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

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

 a { background-color: rgb(220,239,120); }

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

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

 span { border-color: rgb(220,239,120); }

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