Shades of Mindaro #CFE06C
Tints of Mindaro #CFE06C
RGB
CMYK
RGB Variations
Color information
#CFE06C (or 0xCFE06C) is known color: Mindaro. HEX triplet: CF, E0 and 6C. RGB value is (207,224,108). Sum of RGB (Red+Green+Blue) = 207+224+108=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE06C is #301F93. Grayscale: #CECECE. Windows color (decimal): -3153812 or 7135439. OLE color: 7135439.
HSL color Cylindrical-coordinate representation of color #CFE06C: hue angle of 68.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFE06C is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 108 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.12 |
| HSL | 68.79º | 0.65% | 0.65% | - |
| HSV(B) | 68.79º | 0.52% | 0.88% | - |
| XYZ | 55.09 | 67.66 | 24.34 | - |
| YUV | 205.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 108 | 0.08 | 0 | 0.52 | 0.12 | 68.79 | 0.65 | 0.65 |
| Hex | CF | E0 | 6C | 8 | 0 | 34 | C | 45 | 41 | 41 |
| Octal | 317 | 340 | 154 | 10 | 0 | 64 | 14 | 105 | 101 | 101 |
| Binary | 11001111 | 11100000 | 1101100 | 1000 | 0 | 110100 | 1100 | 1000101 | 1000001 | 1000001 |
Color Harmonies of #CFE06C
Complementary color
Monochromatic Colors of #CFE06C
Black with #CFE06C
Text Example
Text Example
White with #CFE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE06C; }
p { color: rgb(207,224,108); }
H1.HeaderClassName
{
color: #CFE06C;
}
.AnyTagClassName
{
color: #CFE06C;
}
</style>
background-color css
<style>
a { background-color: #CFE06C; }
a { background-color: rgb(207,224,108); }
div.DivClassName
{
background-color: #CFE06C;
}
.BgClassName
{
background-color: #CFE06C;
}
</style>
border-color css
<style>
span { border-color: #CFE06C; }
span { border-color: rgb(207,224,108); }
td.TdClassName
{
border-color: #CFE06C;
}
.TagClassName
{
border-color: #CFE06C;
}
</style>