Shades of Mindaro #CFEE53
Tints of Mindaro #CFEE53
RGB
CMYK
RGB Variations
Color information
#CFEE53 (or 0xCFEE53) is known color: Mindaro. HEX triplet: CF, EE and 53. RGB value is (207,238,83). Sum of RGB (Red+Green+Blue) = 207+238+83=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE53 is #3011AC. Grayscale: #D3D3D3. Windows color (decimal): -3150253 or 5500623. OLE color: 5500623.
HSL color Cylindrical-coordinate representation of color #CFEE53: hue angle of 72º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFEE53 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 83 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.07 |
| HSL | 72º | 0.82% | 0.63% | - |
| HSV(B) | 72º | 0.65% | 0.93% | - |
| XYZ | 57.87 | 75.04 | 19.62 | - |
| YUV | 211.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 83 | 0.13 | 0 | 0.65 | 0.07 | 72 | 0.82 | 0.63 |
| Hex | CF | EE | 53 | D | 0 | 41 | 7 | 48 | 52 | 3F |
| Octal | 317 | 356 | 123 | 15 | 0 | 101 | 7 | 110 | 122 | 77 |
| Binary | 11001111 | 11101110 | 1010011 | 1101 | 0 | 1000001 | 111 | 1001000 | 1010010 | 111111 |
Color Harmonies of #CFEE53
Complementary color
Monochromatic Colors of #CFEE53
Black with #CFEE53
Text Example
Text Example
White with #CFEE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE53; }
p { color: rgb(207,238,83); }
H1.HeaderClassName
{
color: #CFEE53;
}
.AnyTagClassName
{
color: #CFEE53;
}
</style>
background-color css
<style>
a { background-color: #CFEE53; }
a { background-color: rgb(207,238,83); }
div.DivClassName
{
background-color: #CFEE53;
}
.BgClassName
{
background-color: #CFEE53;
}
</style>
border-color css
<style>
span { border-color: #CFEE53; }
span { border-color: rgb(207,238,83); }
td.TdClassName
{
border-color: #CFEE53;
}
.TagClassName
{
border-color: #CFEE53;
}
</style>