Shades of Mindaro #CFF255
Tints of Mindaro #CFF255
RGB
CMYK
RGB Variations
Color information
#CFF255 (or 0xCFF255) is known color: Mindaro. HEX triplet: CF, F2 and 55. RGB value is (207,242,85). Sum of RGB (Red+Green+Blue) = 207+242+85=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF255 is #300DAA. Grayscale: #D6D6D6. Windows color (decimal): -3149227 or 5632719. OLE color: 5632719.
HSL color Cylindrical-coordinate representation of color #CFF255: hue angle of 73.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF255 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 85 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.05 |
| HSL | 73.38º | 0.86% | 0.64% | - |
| HSV(B) | 73.38º | 0.65% | 0.95% | - |
| XYZ | 59.12 | 77.43 | 20.42 | - |
| YUV | 213.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 85 | 0.14 | 0 | 0.65 | 0.05 | 73.38 | 0.86 | 0.64 |
| Hex | CF | F2 | 55 | E | 0 | 41 | 5 | 49 | 56 | 40 |
| Octal | 317 | 362 | 125 | 16 | 0 | 101 | 5 | 111 | 126 | 100 |
| Binary | 11001111 | 11110010 | 1010101 | 1110 | 0 | 1000001 | 101 | 1001001 | 1010110 | 1000000 |
Color Harmonies of #CFF255
Complementary color
Monochromatic Colors of #CFF255
Black with #CFF255
Text Example
Text Example
White with #CFF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF255; }
p { color: rgb(207,242,85); }
H1.HeaderClassName
{
color: #CFF255;
}
.AnyTagClassName
{
color: #CFF255;
}
</style>
background-color css
<style>
a { background-color: #CFF255; }
a { background-color: rgb(207,242,85); }
div.DivClassName
{
background-color: #CFF255;
}
.BgClassName
{
background-color: #CFF255;
}
</style>
border-color css
<style>
span { border-color: #CFF255; }
span { border-color: rgb(207,242,85); }
td.TdClassName
{
border-color: #CFF255;
}
.TagClassName
{
border-color: #CFF255;
}
</style>