#DCF57B

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

Shades of Mindaro #DCF57B

Tints of Mindaro #DCF57B

Color information

#DCF57B (or 0xDCF57B) is unknown color: approx Mindaro. HEX triplet: DC, F5 and 7B. RGB value is (220,245,123). Sum of RGB (Red+Green+Blue) = 220+245+123=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF57B is #230A84. Grayscale: #E0E0E0. Windows color (decimal): -2296453 or 8123868. OLE color: 8123868.

HSL color Cylindrical-coordinate representation of color #DCF57B: hue angle of 72.3º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF57B is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB220245123-
CMYK0.1000.500.04
HSL72.3º85.92%72.16%-
HSV(B)72.3º49.8%96.08%-
XYZ65.7481.9531.09-
YUV223.6271.22125.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 245 (96.09% from 255) = 41.67%
BLUE value IS 123 (48.44% from 255) = 20.92%
R=37.41%
G=41.67%
B=20.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202451230.1000.500.0472.385.9272.16
HexDCF57BA0324485648
Octal334365173120624110126110
Binary1101110011110101111101110100110010100100100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF57B; }

 p { color: rgb(220,245,123); }

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

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

 a { background-color: rgb(220,245,123); }

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

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

 span { border-color: rgb(220,245,123); }

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