Shades of Mindaro #CFF152
Tints of Mindaro #CFF152
RGB
CMYK
RGB Variations
Color information
#CFF152 (or 0xCFF152) is known color: Mindaro. HEX triplet: CF, F1 and 52. RGB value is (207,241,82). Sum of RGB (Red+Green+Blue) = 207+241+82=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF152 is #300EAD. Grayscale: #D5D5D5. Windows color (decimal): -3149486 or 5435855. OLE color: 5435855.
HSL color Cylindrical-coordinate representation of color #CFF152: hue angle of 72.83º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF152 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 82 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.05 |
| HSL | 72.83º | 0.85% | 0.63% | - |
| HSV(B) | 72.83º | 0.66% | 0.95% | - |
| XYZ | 58.71 | 76.79 | 19.71 | - |
| YUV | 212.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 82 | 0.14 | 0 | 0.66 | 0.05 | 72.83 | 0.85 | 0.63 |
| Hex | CF | F1 | 52 | E | 0 | 42 | 5 | 49 | 55 | 3F |
| Octal | 317 | 361 | 122 | 16 | 0 | 102 | 5 | 111 | 125 | 77 |
| Binary | 11001111 | 11110001 | 1010010 | 1110 | 0 | 1000010 | 101 | 1001001 | 1010101 | 111111 |
Color Harmonies of #CFF152
Complementary color
Monochromatic Colors of #CFF152
Black with #CFF152
Text Example
Text Example
White with #CFF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF152; }
p { color: rgb(207,241,82); }
H1.HeaderClassName
{
color: #CFF152;
}
.AnyTagClassName
{
color: #CFF152;
}
</style>
background-color css
<style>
a { background-color: #CFF152; }
a { background-color: rgb(207,241,82); }
div.DivClassName
{
background-color: #CFF152;
}
.BgClassName
{
background-color: #CFF152;
}
</style>
border-color css
<style>
span { border-color: #CFF152; }
span { border-color: rgb(207,241,82); }
td.TdClassName
{
border-color: #CFF152;
}
.TagClassName
{
border-color: #CFF152;
}
</style>