Shades of Mindaro #CFF36D
Tints of Mindaro #CFF36D
RGB
CMYK
RGB Variations
Color information
#CFF36D (or 0xCFF36D) is known color: Mindaro. HEX triplet: CF, F3 and 6D. RGB value is (207,243,109). Sum of RGB (Red+Green+Blue) = 207+243+109=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF36D is #300C92. Grayscale: #D9D9D9. Windows color (decimal): -3148947 or 7205839. OLE color: 7205839.
HSL color Cylindrical-coordinate representation of color #CFF36D: hue angle of 76.12º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF36D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 109 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.05 |
| HSL | 76.12º | 0.85% | 0.69% | - |
| HSV(B) | 76.12º | 0.55% | 0.95% | - |
| XYZ | 60.54 | 78.47 | 26.42 | - |
| YUV | 216.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 109 | 0.15 | 0 | 0.55 | 0.05 | 76.12 | 0.85 | 0.69 |
| Hex | CF | F3 | 6D | F | 0 | 37 | 5 | 4C | 55 | 45 |
| Octal | 317 | 363 | 155 | 17 | 0 | 67 | 5 | 114 | 125 | 105 |
| Binary | 11001111 | 11110011 | 1101101 | 1111 | 0 | 110111 | 101 | 1001100 | 1010101 | 1000101 |
Color Harmonies of #CFF36D
Complementary color
Monochromatic Colors of #CFF36D
Black with #CFF36D
Text Example
Text Example
White with #CFF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF36D; }
p { color: rgb(207,243,109); }
H1.HeaderClassName
{
color: #CFF36D;
}
.AnyTagClassName
{
color: #CFF36D;
}
</style>
background-color css
<style>
a { background-color: #CFF36D; }
a { background-color: rgb(207,243,109); }
div.DivClassName
{
background-color: #CFF36D;
}
.BgClassName
{
background-color: #CFF36D;
}
</style>
border-color css
<style>
span { border-color: #CFF36D; }
span { border-color: rgb(207,243,109); }
td.TdClassName
{
border-color: #CFF36D;
}
.TagClassName
{
border-color: #CFF36D;
}
</style>