Shades of Mindaro #CFF36B
Tints of Mindaro #CFF36B
RGB
CMYK
RGB Variations
Color information
#CFF36B (or 0xCFF36B) is known color: Mindaro. HEX triplet: CF, F3 and 6B. RGB value is (207,243,107). Sum of RGB (Red+Green+Blue) = 207+243+107=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF36B is #300C94. Grayscale: #D9D9D9. Windows color (decimal): -3148949 or 7074767. OLE color: 7074767.
HSL color Cylindrical-coordinate representation of color #CFF36B: hue angle of 75.88º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFF36B is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 107 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.05 |
| HSL | 75.88º | 0.85% | 0.69% | - |
| HSV(B) | 75.88º | 0.56% | 0.95% | - |
| XYZ | 60.44 | 78.43 | 25.86 | - |
| YUV | 216.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 107 | 0.15 | 0 | 0.56 | 0.05 | 75.88 | 0.85 | 0.69 |
| Hex | CF | F3 | 6B | F | 0 | 38 | 5 | 4C | 55 | 45 |
| Octal | 317 | 363 | 153 | 17 | 0 | 70 | 5 | 114 | 125 | 105 |
| Binary | 11001111 | 11110011 | 1101011 | 1111 | 0 | 111000 | 101 | 1001100 | 1010101 | 1000101 |
Color Harmonies of #CFF36B
Complementary color
Monochromatic Colors of #CFF36B
Black with #CFF36B
Text Example
Text Example
White with #CFF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF36B; }
p { color: rgb(207,243,107); }
H1.HeaderClassName
{
color: #CFF36B;
}
.AnyTagClassName
{
color: #CFF36B;
}
</style>
background-color css
<style>
a { background-color: #CFF36B; }
a { background-color: rgb(207,243,107); }
div.DivClassName
{
background-color: #CFF36B;
}
.BgClassName
{
background-color: #CFF36B;
}
</style>
border-color css
<style>
span { border-color: #CFF36B; }
span { border-color: rgb(207,243,107); }
td.TdClassName
{
border-color: #CFF36B;
}
.TagClassName
{
border-color: #CFF36B;
}
</style>