Shades of Mindaro #CFF270
Tints of Mindaro #CFF270
RGB
CMYK
RGB Variations
Color information
#CFF270 (or 0xCFF270) is known color: Mindaro. HEX triplet: CF, F2 and 70. RGB value is (207,242,112). Sum of RGB (Red+Green+Blue) = 207+242+112=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF270 is #300D8F. Grayscale: #D9D9D9. Windows color (decimal): -3149200 or 7402191. OLE color: 7402191.
HSL color Cylindrical-coordinate representation of color #CFF270: hue angle of 76.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFF270 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 112 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.05 |
| HSL | 76.15º | 0.83% | 0.69% | - |
| HSV(B) | 76.15º | 0.54% | 0.95% | - |
| XYZ | 60.41 | 77.94 | 27.19 | - |
| YUV | 216.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 112 | 0.14 | 0 | 0.54 | 0.05 | 76.15 | 0.83 | 0.69 |
| Hex | CF | F2 | 70 | E | 0 | 36 | 5 | 4C | 53 | 45 |
| Octal | 317 | 362 | 160 | 16 | 0 | 66 | 5 | 114 | 123 | 105 |
| Binary | 11001111 | 11110010 | 1110000 | 1110 | 0 | 110110 | 101 | 1001100 | 1010011 | 1000101 |
Color Harmonies of #CFF270
Complementary color
Monochromatic Colors of #CFF270
Black with #CFF270
Text Example
Text Example
White with #CFF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF270; }
p { color: rgb(207,242,112); }
H1.HeaderClassName
{
color: #CFF270;
}
.AnyTagClassName
{
color: #CFF270;
}
</style>
background-color css
<style>
a { background-color: #CFF270; }
a { background-color: rgb(207,242,112); }
div.DivClassName
{
background-color: #CFF270;
}
.BgClassName
{
background-color: #CFF270;
}
</style>
border-color css
<style>
span { border-color: #CFF270; }
span { border-color: rgb(207,242,112); }
td.TdClassName
{
border-color: #CFF270;
}
.TagClassName
{
border-color: #CFF270;
}
</style>