Shades of Mindaro #CBEE64
Tints of Mindaro #CBEE64
RGB
CMYK
RGB Variations
Color information
#CBEE64 (or 0xCBEE64) is known color: Mindaro. HEX triplet: CB, EE and 64. RGB value is (203,238,100). Sum of RGB (Red+Green+Blue) = 203+238+100=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE64 is #34119B. Grayscale: #D4D4D4. Windows color (decimal): -3412380 or 6614731. OLE color: 6614731.
HSL color Cylindrical-coordinate representation of color #CBEE64: hue angle of 75.22º 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 #CBEE64 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 100 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.07 |
| HSL | 75.22º | 0.8% | 0.66% | - |
| HSV(B) | 75.22º | 0.58% | 0.93% | - |
| XYZ | 57.5 | 74.77 | 23.46 | - |
| YUV | 211.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 100 | 0.15 | 0 | 0.58 | 0.07 | 75.22 | 0.8 | 0.66 |
| Hex | CB | EE | 64 | F | 0 | 3A | 7 | 4B | 50 | 42 |
| Octal | 313 | 356 | 144 | 17 | 0 | 72 | 7 | 113 | 120 | 102 |
| Binary | 11001011 | 11101110 | 1100100 | 1111 | 0 | 111010 | 111 | 1001011 | 1010000 | 1000010 |
Color Harmonies of #CBEE64
Complementary color
Monochromatic Colors of #CBEE64
Black with #CBEE64
Text Example
Text Example
White with #CBEE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE64; }
p { color: rgb(203,238,100); }
H1.HeaderClassName
{
color: #CBEE64;
}
.AnyTagClassName
{
color: #CBEE64;
}
</style>
background-color css
<style>
a { background-color: #CBEE64; }
a { background-color: rgb(203,238,100); }
div.DivClassName
{
background-color: #CBEE64;
}
.BgClassName
{
background-color: #CBEE64;
}
</style>
border-color css
<style>
span { border-color: #CBEE64; }
span { border-color: rgb(203,238,100); }
td.TdClassName
{
border-color: #CBEE64;
}
.TagClassName
{
border-color: #CBEE64;
}
</style>