Shades of Mindaro #CEEE5C
Tints of Mindaro #CEEE5C
RGB
CMYK
RGB Variations
Color information
#CEEE5C (or 0xCEEE5C) is known color: Mindaro. HEX triplet: CE, EE and 5C. RGB value is (206,238,92). Sum of RGB (Red+Green+Blue) = 206+238+92=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE5C is #3111A3. Grayscale: #D4D4D4. Windows color (decimal): -3215780 or 6090446. OLE color: 6090446.
HSL color Cylindrical-coordinate representation of color #CEEE5C: hue angle of 73.15º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEEE5C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 92 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.07 |
| HSL | 73.15º | 0.81% | 0.65% | - |
| HSV(B) | 73.15º | 0.61% | 0.93% | - |
| XYZ | 57.96 | 75.04 | 21.56 | - |
| YUV | 211.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 92 | 0.13 | 0 | 0.61 | 0.07 | 73.15 | 0.81 | 0.65 |
| Hex | CE | EE | 5C | D | 0 | 3D | 7 | 49 | 51 | 41 |
| Octal | 316 | 356 | 134 | 15 | 0 | 75 | 7 | 111 | 121 | 101 |
| Binary | 11001110 | 11101110 | 1011100 | 1101 | 0 | 111101 | 111 | 1001001 | 1010001 | 1000001 |
Color Harmonies of #CEEE5C
Complementary color
Monochromatic Colors of #CEEE5C
Black with #CEEE5C
Text Example
Text Example
White with #CEEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE5C; }
p { color: rgb(206,238,92); }
H1.HeaderClassName
{
color: #CEEE5C;
}
.AnyTagClassName
{
color: #CEEE5C;
}
</style>
background-color css
<style>
a { background-color: #CEEE5C; }
a { background-color: rgb(206,238,92); }
div.DivClassName
{
background-color: #CEEE5C;
}
.BgClassName
{
background-color: #CEEE5C;
}
</style>
border-color css
<style>
span { border-color: #CEEE5C; }
span { border-color: rgb(206,238,92); }
td.TdClassName
{
border-color: #CEEE5C;
}
.TagClassName
{
border-color: #CEEE5C;
}
</style>