Shades of Mindaro #CFF36E
Tints of Mindaro #CFF36E
RGB
CMYK
RGB Variations
Color information
#CFF36E (or 0xCFF36E) is known color: Mindaro. HEX triplet: CF, F3 and 6E. RGB value is (207,243,110). Sum of RGB (Red+Green+Blue) = 207+243+110=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF36E is #300C91. Grayscale: #D9D9D9. Windows color (decimal): -3148946 or 7271375. OLE color: 7271375.
HSL color Cylindrical-coordinate representation of color #CFF36E: hue angle of 76.24º 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 #CFF36E is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 110 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.05 |
| HSL | 76.24º | 0.85% | 0.69% | - |
| HSV(B) | 76.24º | 0.55% | 0.95% | - |
| XYZ | 60.6 | 78.49 | 26.71 | - |
| YUV | 217.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 110 | 0.15 | 0 | 0.55 | 0.05 | 76.24 | 0.85 | 0.69 |
| Hex | CF | F3 | 6E | F | 0 | 37 | 5 | 4C | 55 | 45 |
| Octal | 317 | 363 | 156 | 17 | 0 | 67 | 5 | 114 | 125 | 105 |
| Binary | 11001111 | 11110011 | 1101110 | 1111 | 0 | 110111 | 101 | 1001100 | 1010101 | 1000101 |
Color Harmonies of #CFF36E
Complementary color
Monochromatic Colors of #CFF36E
Black with #CFF36E
Text Example
Text Example
White with #CFF36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF36E; }
p { color: rgb(207,243,110); }
H1.HeaderClassName
{
color: #CFF36E;
}
.AnyTagClassName
{
color: #CFF36E;
}
</style>
background-color css
<style>
a { background-color: #CFF36E; }
a { background-color: rgb(207,243,110); }
div.DivClassName
{
background-color: #CFF36E;
}
.BgClassName
{
background-color: #CFF36E;
}
</style>
border-color css
<style>
span { border-color: #CFF36E; }
span { border-color: rgb(207,243,110); }
td.TdClassName
{
border-color: #CFF36E;
}
.TagClassName
{
border-color: #CFF36E;
}
</style>