Shades of Mindaro #CFF05F
Tints of Mindaro #CFF05F
RGB
CMYK
RGB Variations
Color information
#CFF05F (or 0xCFF05F) is known color: Mindaro. HEX triplet: CF, F0 and 5F. RGB value is (207,240,95). Sum of RGB (Red+Green+Blue) = 207+240+95=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF05F is #300FA0. Grayscale: #D6D6D6. Windows color (decimal): -3149729 or 6287567. OLE color: 6287567.
HSL color Cylindrical-coordinate representation of color #CFF05F: hue angle of 73.66º 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 #CFF05F is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 95 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.06 |
| HSL | 73.66º | 0.83% | 0.66% | - |
| HSV(B) | 73.66º | 0.6% | 0.94% | - |
| XYZ | 58.96 | 76.41 | 22.47 | - |
| YUV | 213.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 95 | 0.14 | 0 | 0.60 | 0.06 | 73.66 | 0.83 | 0.66 |
| Hex | CF | F0 | 5F | E | 0 | 3C | 6 | 4A | 53 | 42 |
| Octal | 317 | 360 | 137 | 16 | 0 | 74 | 6 | 112 | 123 | 102 |
| Binary | 11001111 | 11110000 | 1011111 | 1110 | 0 | 111100 | 110 | 1001010 | 1010011 | 1000010 |
Color Harmonies of #CFF05F
Complementary color
Monochromatic Colors of #CFF05F
Black with #CFF05F
Text Example
Text Example
White with #CFF05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF05F; }
p { color: rgb(207,240,95); }
H1.HeaderClassName
{
color: #CFF05F;
}
.AnyTagClassName
{
color: #CFF05F;
}
</style>
background-color css
<style>
a { background-color: #CFF05F; }
a { background-color: rgb(207,240,95); }
div.DivClassName
{
background-color: #CFF05F;
}
.BgClassName
{
background-color: #CFF05F;
}
</style>
border-color css
<style>
span { border-color: #CFF05F; }
span { border-color: rgb(207,240,95); }
td.TdClassName
{
border-color: #CFF05F;
}
.TagClassName
{
border-color: #CFF05F;
}
</style>