Shades of Mindaro #CFF372
Tints of Mindaro #CFF372
RGB
CMYK
RGB Variations
Color information
#CFF372 (or 0xCFF372) is known color: Mindaro. HEX triplet: CF, F3 and 72. RGB value is (207,243,114). Sum of RGB (Red+Green+Blue) = 207+243+114=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF372 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF372 is #300C8D. Grayscale: #DADADA. Windows color (decimal): -3148942 or 7533519. OLE color: 7533519.
HSL color Cylindrical-coordinate representation of color #CFF372: hue angle of 76.74º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF372 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 114 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.05 |
| HSL | 76.74º | 0.84% | 0.7% | - |
| HSV(B) | 76.74º | 0.53% | 0.95% | - |
| XYZ | 60.82 | 78.58 | 27.88 | - |
| YUV | 217.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 114 | 0.15 | 0 | 0.53 | 0.05 | 76.74 | 0.84 | 0.7 |
| Hex | CF | F3 | 72 | F | 0 | 35 | 5 | 4D | 54 | 46 |
| Octal | 317 | 363 | 162 | 17 | 0 | 65 | 5 | 115 | 124 | 106 |
| Binary | 11001111 | 11110011 | 1110010 | 1111 | 0 | 110101 | 101 | 1001101 | 1010100 | 1000110 |
Color Harmonies of #CFF372
Complementary color
Monochromatic Colors of #CFF372
Black with #CFF372
Text Example
Text Example
White with #CFF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF372; }
p { color: rgb(207,243,114); }
H1.HeaderClassName
{
color: #CFF372;
}
.AnyTagClassName
{
color: #CFF372;
}
</style>
background-color css
<style>
a { background-color: #CFF372; }
a { background-color: rgb(207,243,114); }
div.DivClassName
{
background-color: #CFF372;
}
.BgClassName
{
background-color: #CFF372;
}
</style>
border-color css
<style>
span { border-color: #CFF372; }
span { border-color: rgb(207,243,114); }
td.TdClassName
{
border-color: #CFF372;
}
.TagClassName
{
border-color: #CFF372;
}
</style>