Shades of Mindaro #CEF36B
Tints of Mindaro #CEF36B
RGB
CMYK
RGB Variations
Color information
#CEF36B (or 0xCEF36B) is known color: Mindaro. HEX triplet: CE, F3 and 6B. RGB value is (206,243,107). Sum of RGB (Red+Green+Blue) = 206+243+107=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF36B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF36B is #310C94. Grayscale: #D8D8D8. Windows color (decimal): -3214485 or 7074766. OLE color: 7074766.
HSL color Cylindrical-coordinate representation of color #CEF36B: hue angle of 76.32º 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 #CEF36B is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 107 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.05 |
| HSL | 76.32º | 0.85% | 0.69% | - |
| HSV(B) | 76.32º | 0.56% | 0.95% | - |
| XYZ | 60.16 | 78.28 | 25.85 | - |
| YUV | 216.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 107 | 0.15 | 0 | 0.56 | 0.05 | 76.32 | 0.85 | 0.69 |
| Hex | CE | F3 | 6B | F | 0 | 38 | 5 | 4C | 55 | 45 |
| Octal | 316 | 363 | 153 | 17 | 0 | 70 | 5 | 114 | 125 | 105 |
| Binary | 11001110 | 11110011 | 1101011 | 1111 | 0 | 111000 | 101 | 1001100 | 1010101 | 1000101 |
Color Harmonies of #CEF36B
Complementary color
Monochromatic Colors of #CEF36B
Black with #CEF36B
Text Example
Text Example
White with #CEF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF36B; }
p { color: rgb(206,243,107); }
H1.HeaderClassName
{
color: #CEF36B;
}
.AnyTagClassName
{
color: #CEF36B;
}
</style>
background-color css
<style>
a { background-color: #CEF36B; }
a { background-color: rgb(206,243,107); }
div.DivClassName
{
background-color: #CEF36B;
}
.BgClassName
{
background-color: #CEF36B;
}
</style>
border-color css
<style>
span { border-color: #CEF36B; }
span { border-color: rgb(206,243,107); }
td.TdClassName
{
border-color: #CEF36B;
}
.TagClassName
{
border-color: #CEF36B;
}
</style>