Shades of Mindaro #CFF15F
Tints of Mindaro #CFF15F
RGB
CMYK
RGB Variations
Color information
#CFF15F (or 0xCFF15F) is known color: Mindaro. HEX triplet: CF, F1 and 5F. RGB value is (207,241,95). Sum of RGB (Red+Green+Blue) = 207+241+95=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF15F is #300EA0. Grayscale: #D6D6D6. Windows color (decimal): -3149473 or 6287823. OLE color: 6287823.
HSL color Cylindrical-coordinate representation of color #CFF15F: hue angle of 73.97º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF15F is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 95 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.05 |
| HSL | 73.97º | 0.84% | 0.66% | - |
| HSV(B) | 73.97º | 0.61% | 0.95% | - |
| XYZ | 59.25 | 77 | 22.57 | - |
| YUV | 214.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 95 | 0.14 | 0 | 0.61 | 0.05 | 73.97 | 0.84 | 0.66 |
| Hex | CF | F1 | 5F | E | 0 | 3D | 5 | 4A | 54 | 42 |
| Octal | 317 | 361 | 137 | 16 | 0 | 75 | 5 | 112 | 124 | 102 |
| Binary | 11001111 | 11110001 | 1011111 | 1110 | 0 | 111101 | 101 | 1001010 | 1010100 | 1000010 |
Color Harmonies of #CFF15F
Complementary color
Monochromatic Colors of #CFF15F
Black with #CFF15F
Text Example
Text Example
White with #CFF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF15F; }
p { color: rgb(207,241,95); }
H1.HeaderClassName
{
color: #CFF15F;
}
.AnyTagClassName
{
color: #CFF15F;
}
</style>
background-color css
<style>
a { background-color: #CFF15F; }
a { background-color: rgb(207,241,95); }
div.DivClassName
{
background-color: #CFF15F;
}
.BgClassName
{
background-color: #CFF15F;
}
</style>
border-color css
<style>
span { border-color: #CFF15F; }
span { border-color: rgb(207,241,95); }
td.TdClassName
{
border-color: #CFF15F;
}
.TagClassName
{
border-color: #CFF15F;
}
</style>