Shades of Mindaro #CFF36F
Tints of Mindaro #CFF36F
RGB
CMYK
RGB Variations
Color information
#CFF36F (or 0xCFF36F) is known color: Mindaro. HEX triplet: CF, F3 and 6F. RGB value is (207,243,111). Sum of RGB (Red+Green+Blue) = 207+243+111=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF36F is #300C90. Grayscale: #D9D9D9. Windows color (decimal): -3148945 or 7336911. OLE color: 7336911.
HSL color Cylindrical-coordinate representation of color #CFF36F: hue angle of 76.36º degrees, saturation: 0.85, 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 #CFF36F is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 111 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.05 |
| HSL | 76.36º | 0.85% | 0.69% | - |
| HSV(B) | 76.36º | 0.54% | 0.95% | - |
| XYZ | 60.65 | 78.51 | 27 | - |
| YUV | 217.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 111 | 0.15 | 0 | 0.54 | 0.05 | 76.36 | 0.85 | 0.69 |
| Hex | CF | F3 | 6F | F | 0 | 36 | 5 | 4C | 55 | 45 |
| Octal | 317 | 363 | 157 | 17 | 0 | 66 | 5 | 114 | 125 | 105 |
| Binary | 11001111 | 11110011 | 1101111 | 1111 | 0 | 110110 | 101 | 1001100 | 1010101 | 1000101 |
Color Harmonies of #CFF36F
Complementary color
Monochromatic Colors of #CFF36F
Black with #CFF36F
Text Example
Text Example
White with #CFF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF36F; }
p { color: rgb(207,243,111); }
H1.HeaderClassName
{
color: #CFF36F;
}
.AnyTagClassName
{
color: #CFF36F;
}
</style>
background-color css
<style>
a { background-color: #CFF36F; }
a { background-color: rgb(207,243,111); }
div.DivClassName
{
background-color: #CFF36F;
}
.BgClassName
{
background-color: #CFF36F;
}
</style>
border-color css
<style>
span { border-color: #CFF36F; }
span { border-color: rgb(207,243,111); }
td.TdClassName
{
border-color: #CFF36F;
}
.TagClassName
{
border-color: #CFF36F;
}
</style>