Shades of Mindaro #CEF05F
Tints of Mindaro #CEF05F
RGB
CMYK
RGB Variations
Color information
#CEF05F (or 0xCEF05F) is known color: Mindaro. HEX triplet: CE, F0 and 5F. RGB value is (206,240,95). Sum of RGB (Red+Green+Blue) = 206+240+95=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF05F is #310FA0. Grayscale: #D5D5D5. Windows color (decimal): -3215265 or 6287566. OLE color: 6287566.
HSL color Cylindrical-coordinate representation of color #CEF05F: hue angle of 74.07º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEF05F is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 95 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.06 |
| HSL | 74.07º | 0.83% | 0.66% | - |
| HSV(B) | 74.07º | 0.6% | 0.94% | - |
| XYZ | 58.68 | 76.27 | 22.45 | - |
| YUV | 213.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 95 | 0.14 | 0 | 0.60 | 0.06 | 74.07 | 0.83 | 0.66 |
| Hex | CE | F0 | 5F | E | 0 | 3C | 6 | 4A | 53 | 42 |
| Octal | 316 | 360 | 137 | 16 | 0 | 74 | 6 | 112 | 123 | 102 |
| Binary | 11001110 | 11110000 | 1011111 | 1110 | 0 | 111100 | 110 | 1001010 | 1010011 | 1000010 |
Color Harmonies of #CEF05F
Complementary color
Monochromatic Colors of #CEF05F
Black with #CEF05F
Text Example
Text Example
White with #CEF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF05F; }
p { color: rgb(206,240,95); }
H1.HeaderClassName
{
color: #CEF05F;
}
.AnyTagClassName
{
color: #CEF05F;
}
</style>
background-color css
<style>
a { background-color: #CEF05F; }
a { background-color: rgb(206,240,95); }
div.DivClassName
{
background-color: #CEF05F;
}
.BgClassName
{
background-color: #CEF05F;
}
</style>
border-color css
<style>
span { border-color: #CEF05F; }
span { border-color: rgb(206,240,95); }
td.TdClassName
{
border-color: #CEF05F;
}
.TagClassName
{
border-color: #CEF05F;
}
</style>