Shades of Mindaro #CFDE6B
Tints of Mindaro #CFDE6B
RGB
CMYK
RGB Variations
Color information
#CFDE6B (or 0xCFDE6B) is known color: Mindaro. HEX triplet: CF, DE and 6B. RGB value is (207,222,107). Sum of RGB (Red+Green+Blue) = 207+222+107=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE6B is #302194. Grayscale: #CCCCCC. Windows color (decimal): -3154325 or 7069391. OLE color: 7069391.
HSL color Cylindrical-coordinate representation of color #CFDE6B: hue angle of 67.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDE6B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 107 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.13 |
| HSL | 67.83º | 0.64% | 0.65% | - |
| HSV(B) | 67.83º | 0.52% | 0.87% | - |
| XYZ | 54.51 | 66.57 | 23.89 | - |
| YUV | 204.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 107 | 0.07 | 0 | 0.52 | 0.13 | 67.83 | 0.64 | 0.65 |
| Hex | CF | DE | 6B | 7 | 0 | 34 | D | 44 | 40 | 41 |
| Octal | 317 | 336 | 153 | 7 | 0 | 64 | 15 | 104 | 100 | 101 |
| Binary | 11001111 | 11011110 | 1101011 | 111 | 0 | 110100 | 1101 | 1000100 | 1000000 | 1000001 |
Color Harmonies of #CFDE6B
Complementary color
Monochromatic Colors of #CFDE6B
Black with #CFDE6B
Text Example
Text Example
White with #CFDE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE6B; }
p { color: rgb(207,222,107); }
H1.HeaderClassName
{
color: #CFDE6B;
}
.AnyTagClassName
{
color: #CFDE6B;
}
</style>
background-color css
<style>
a { background-color: #CFDE6B; }
a { background-color: rgb(207,222,107); }
div.DivClassName
{
background-color: #CFDE6B;
}
.BgClassName
{
background-color: #CFDE6B;
}
</style>
border-color css
<style>
span { border-color: #CFDE6B; }
span { border-color: rgb(207,222,107); }
td.TdClassName
{
border-color: #CFDE6B;
}
.TagClassName
{
border-color: #CFDE6B;
}
</style>