Shades of Mindaro #CBEA65
Tints of Mindaro #CBEA65
RGB
CMYK
RGB Variations
Color information
#CBEA65 (or 0xCBEA65) is known color: Mindaro. HEX triplet: CB, EA and 65. RGB value is (203,234,101). Sum of RGB (Red+Green+Blue) = 203+234+101=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA65 is #34159A. Grayscale: #D2D2D2. Windows color (decimal): -3413403 or 6679243. OLE color: 6679243.
HSL color Cylindrical-coordinate representation of color #CBEA65: hue angle of 73.98º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBEA65 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 101 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.08 |
| HSL | 73.98º | 0.76% | 0.66% | - |
| HSV(B) | 73.98º | 0.57% | 0.92% | - |
| XYZ | 56.4 | 72.48 | 23.33 | - |
| YUV | 209.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 101 | 0.13 | 0 | 0.57 | 0.08 | 73.98 | 0.76 | 0.66 |
| Hex | CB | EA | 65 | D | 0 | 39 | 8 | 4A | 4C | 42 |
| Octal | 313 | 352 | 145 | 15 | 0 | 71 | 10 | 112 | 114 | 102 |
| Binary | 11001011 | 11101010 | 1100101 | 1101 | 0 | 111001 | 1000 | 1001010 | 1001100 | 1000010 |
Color Harmonies of #CBEA65
Complementary color
Monochromatic Colors of #CBEA65
Black with #CBEA65
Text Example
Text Example
White with #CBEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA65; }
p { color: rgb(203,234,101); }
H1.HeaderClassName
{
color: #CBEA65;
}
.AnyTagClassName
{
color: #CBEA65;
}
</style>
background-color css
<style>
a { background-color: #CBEA65; }
a { background-color: rgb(203,234,101); }
div.DivClassName
{
background-color: #CBEA65;
}
.BgClassName
{
background-color: #CBEA65;
}
</style>
border-color css
<style>
span { border-color: #CBEA65; }
span { border-color: rgb(203,234,101); }
td.TdClassName
{
border-color: #CBEA65;
}
.TagClassName
{
border-color: #CBEA65;
}
</style>