Shades of Mindaro #CFE951
Tints of Mindaro #CFE951
RGB
CMYK
RGB Variations
Color information
#CFE951 (or 0xCFE951) is known color: Mindaro. HEX triplet: CF, E9 and 51. RGB value is (207,233,81). Sum of RGB (Red+Green+Blue) = 207+233+81=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE951 is #3016AE. Grayscale: #D0D0D0. Windows color (decimal): -3151535 or 5368271. OLE color: 5368271.
HSL color Cylindrical-coordinate representation of color #CFE951: hue angle of 70.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE951 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 81 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.09 |
| HSL | 70.26º | 0.78% | 0.62% | - |
| HSV(B) | 70.26º | 0.65% | 0.91% | - |
| XYZ | 56.36 | 72.14 | 18.74 | - |
| YUV | 207.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 81 | 0.11 | 0 | 0.65 | 0.09 | 70.26 | 0.78 | 0.62 |
| Hex | CF | E9 | 51 | B | 0 | 41 | 9 | 46 | 4E | 3E |
| Octal | 317 | 351 | 121 | 13 | 0 | 101 | 11 | 106 | 116 | 76 |
| Binary | 11001111 | 11101001 | 1010001 | 1011 | 0 | 1000001 | 1001 | 1000110 | 1001110 | 111110 |
Color Harmonies of #CFE951
Complementary color
Monochromatic Colors of #CFE951
Black with #CFE951
Text Example
Text Example
White with #CFE951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE951; }
p { color: rgb(207,233,81); }
H1.HeaderClassName
{
color: #CFE951;
}
.AnyTagClassName
{
color: #CFE951;
}
</style>
background-color css
<style>
a { background-color: #CFE951; }
a { background-color: rgb(207,233,81); }
div.DivClassName
{
background-color: #CFE951;
}
.BgClassName
{
background-color: #CFE951;
}
</style>
border-color css
<style>
span { border-color: #CFE951; }
span { border-color: rgb(207,233,81); }
td.TdClassName
{
border-color: #CFE951;
}
.TagClassName
{
border-color: #CFE951;
}
</style>