Shades of Mindaro #CFEC60
Tints of Mindaro #CFEC60
RGB
CMYK
RGB Variations
Color information
#CFEC60 (or 0xCFEC60) is known color: Mindaro. HEX triplet: CF, EC and 60. RGB value is (207,236,96). Sum of RGB (Red+Green+Blue) = 207+236+96=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC60 is #30139F. Grayscale: #D3D3D3. Windows color (decimal): -3150752 or 6352079. OLE color: 6352079.
HSL color Cylindrical-coordinate representation of color #CFEC60: hue angle of 72.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFEC60 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 96 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.07 |
| HSL | 72.43º | 0.79% | 0.65% | - |
| HSV(B) | 72.43º | 0.59% | 0.93% | - |
| XYZ | 57.84 | 74.1 | 22.32 | - |
| YUV | 211.37 | 62.89 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 96 | 0.12 | 0 | 0.59 | 0.07 | 72.43 | 0.79 | 0.65 |
| Hex | CF | EC | 60 | C | 0 | 3B | 7 | 48 | 4F | 41 |
| Octal | 317 | 354 | 140 | 14 | 0 | 73 | 7 | 110 | 117 | 101 |
| Binary | 11001111 | 11101100 | 1100000 | 1100 | 0 | 111011 | 111 | 1001000 | 1001111 | 1000001 |
Color Harmonies of #CFEC60
Complementary color
Monochromatic Colors of #CFEC60
Black with #CFEC60
Text Example
Text Example
White with #CFEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC60; }
p { color: rgb(207,236,96); }
H1.HeaderClassName
{
color: #CFEC60;
}
.AnyTagClassName
{
color: #CFEC60;
}
</style>
background-color css
<style>
a { background-color: #CFEC60; }
a { background-color: rgb(207,236,96); }
div.DivClassName
{
background-color: #CFEC60;
}
.BgClassName
{
background-color: #CFEC60;
}
</style>
border-color css
<style>
span { border-color: #CFEC60; }
span { border-color: rgb(207,236,96); }
td.TdClassName
{
border-color: #CFEC60;
}
.TagClassName
{
border-color: #CFEC60;
}
</style>