Shades of Mindaro #CBEE65
Tints of Mindaro #CBEE65
RGB
CMYK
RGB Variations
Color information
#CBEE65 (or 0xCBEE65) is known color: Mindaro. HEX triplet: CB, EE and 65. RGB value is (203,238,101). Sum of RGB (Red+Green+Blue) = 203+238+101=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE65 is #34119A. Grayscale: #D4D4D4. Windows color (decimal): -3412379 or 6680267. OLE color: 6680267.
HSL color Cylindrical-coordinate representation of color #CBEE65: hue angle of 75.33º 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 #CBEE65 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 101 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.07 |
| HSL | 75.33º | 0.8% | 0.66% | - |
| HSV(B) | 75.33º | 0.58% | 0.93% | - |
| XYZ | 57.55 | 74.79 | 23.71 | - |
| YUV | 211.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 101 | 0.15 | 0 | 0.58 | 0.07 | 75.33 | 0.8 | 0.66 |
| Hex | CB | EE | 65 | F | 0 | 3A | 7 | 4B | 50 | 42 |
| Octal | 313 | 356 | 145 | 17 | 0 | 72 | 7 | 113 | 120 | 102 |
| Binary | 11001011 | 11101110 | 1100101 | 1111 | 0 | 111010 | 111 | 1001011 | 1010000 | 1000010 |
Color Harmonies of #CBEE65
Complementary color
Monochromatic Colors of #CBEE65
Black with #CBEE65
Text Example
Text Example
White with #CBEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEE65; }
p { color: rgb(203,238,101); }
H1.HeaderClassName
{
color: #CBEE65;
}
.AnyTagClassName
{
color: #CBEE65;
}
</style>
background-color css
<style>
a { background-color: #CBEE65; }
a { background-color: rgb(203,238,101); }
div.DivClassName
{
background-color: #CBEE65;
}
.BgClassName
{
background-color: #CBEE65;
}
</style>
border-color css
<style>
span { border-color: #CBEE65; }
span { border-color: rgb(203,238,101); }
td.TdClassName
{
border-color: #CBEE65;
}
.TagClassName
{
border-color: #CBEE65;
}
</style>