Shades of Mindaro #DCF87B
Tints of Mindaro #DCF87B
RGB
CMYK
RGB Variations
Color information
#DCF87B (or 0xDCF87B) is known color: Mindaro. HEX triplet: DC, F8 and 7B. RGB value is (220,248,123). Sum of RGB (Red+Green+Blue) = 220+248+123=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 123 (48.44% from 255 or 20.81% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF87B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF87B is #230784. Grayscale: #E1E1E1. Windows color (decimal): -2295685 or 8124636. OLE color: 8124636.
HSL color Cylindrical-coordinate representation of color #DCF87B: hue angle of 73.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF87B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 248 | 123 | - |
CMYK | 0.11 | 0 | 0.50 | 0.03 |
HSL | 73.44º | 0.9% | 0.73% | - |
HSV(B) | 73.44º | 0.5% | 0.97% | - |
XYZ | 66.66 | 83.78 | 31.4 | - |
YUV | 225.38 | 70.22 | 124.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 248 | 123 | 0.11 | 0 | 0.50 | 0.03 | 73.44 | 0.9 | 0.73 |
Hex | DC | F8 | 7B | B | 0 | 32 | 3 | 49 | 5A | 49 |
Octal | 334 | 370 | 173 | 13 | 0 | 62 | 3 | 111 | 132 | 111 |
Binary | 11011100 | 11111000 | 1111011 | 1011 | 0 | 110010 | 11 | 1001001 | 1011010 | 1001001 |
Color Harmonies of #DCF87B
Complementary color
Monochromatic Colors of #DCF87B
Black with #DCF87B
Text Example
Text Example
White with #DCF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF87B; }
p { color: rgb(220,248,123); }
H1.HeaderClassName
{
color: #DCF87B;
}
.AnyTagClassName
{
color: #DCF87B;
}
</style>
background-color css
<style>
a { background-color: #DCF87B; }
a { background-color: rgb(220,248,123); }
div.DivClassName
{
background-color: #DCF87B;
}
.BgClassName
{
background-color: #DCF87B;
}
</style>
border-color css
<style>
span { border-color: #DCF87B; }
span { border-color: rgb(220,248,123); }
td.TdClassName
{
border-color: #DCF87B;
}
.TagClassName
{
border-color: #DCF87B;
}
</style>