Shades of Mindaro #CBEE63
Tints of Mindaro #CBEE63
RGB
CMYK
RGB Variations
Color information
#CBEE63 (or 0xCBEE63) is known color: Mindaro. HEX triplet: CB, EE and 63. RGB value is (203,238,99). Sum of RGB (Red+Green+Blue) = 203+238+99=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE63 is #34119C. Grayscale: #D4D4D4. Windows color (decimal): -3412381 or 6549195. OLE color: 6549195.
HSL color Cylindrical-coordinate representation of color #CBEE63: hue angle of 75.11º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBEE63 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 99 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.07 |
| HSL | 75.11º | 0.8% | 0.66% | - |
| HSV(B) | 75.11º | 0.58% | 0.93% | - |
| XYZ | 57.46 | 74.75 | 23.2 | - |
| YUV | 211.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 99 | 0.15 | 0 | 0.58 | 0.07 | 75.11 | 0.8 | 0.66 |
| Hex | CB | EE | 63 | F | 0 | 3A | 7 | 4B | 50 | 42 |
| Octal | 313 | 356 | 143 | 17 | 0 | 72 | 7 | 113 | 120 | 102 |
| Binary | 11001011 | 11101110 | 1100011 | 1111 | 0 | 111010 | 111 | 1001011 | 1010000 | 1000010 |
Color Harmonies of #CBEE63
Complementary color
Monochromatic Colors of #CBEE63
Black with #CBEE63
Text Example
Text Example
White with #CBEE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE63; }
p { color: rgb(203,238,99); }
H1.HeaderClassName
{
color: #CBEE63;
}
.AnyTagClassName
{
color: #CBEE63;
}
</style>
background-color css
<style>
a { background-color: #CBEE63; }
a { background-color: rgb(203,238,99); }
div.DivClassName
{
background-color: #CBEE63;
}
.BgClassName
{
background-color: #CBEE63;
}
</style>
border-color css
<style>
span { border-color: #CBEE63; }
span { border-color: rgb(203,238,99); }
td.TdClassName
{
border-color: #CBEE63;
}
.TagClassName
{
border-color: #CBEE63;
}
</style>