Shades of Mindaro #CBE75A
Tints of Mindaro #CBE75A
RGB
CMYK
RGB Variations
Color information
#CBE75A (or 0xCBE75A) is known color: Mindaro. HEX triplet: CB, E7 and 5A. RGB value is (203,231,90). Sum of RGB (Red+Green+Blue) = 203+231+90=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE75A is #3418A5. Grayscale: #CFCFCF. Windows color (decimal): -3414182 or 5957579. OLE color: 5957579.
HSL color Cylindrical-coordinate representation of color #CBE75A: hue angle of 71.91º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBE75A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 90 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.09 |
| HSL | 71.91º | 0.75% | 0.63% | - |
| HSV(B) | 71.91º | 0.61% | 0.91% | - |
| XYZ | 55.05 | 70.59 | 20.4 | - |
| YUV | 206.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 90 | 0.12 | 0 | 0.61 | 0.09 | 71.91 | 0.75 | 0.63 |
| Hex | CB | E7 | 5A | C | 0 | 3D | 9 | 48 | 4B | 3F |
| Octal | 313 | 347 | 132 | 14 | 0 | 75 | 11 | 110 | 113 | 77 |
| Binary | 11001011 | 11100111 | 1011010 | 1100 | 0 | 111101 | 1001 | 1001000 | 1001011 | 111111 |
Color Harmonies of #CBE75A
Complementary color
Monochromatic Colors of #CBE75A
Black with #CBE75A
Text Example
Text Example
White with #CBE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE75A; }
p { color: rgb(203,231,90); }
H1.HeaderClassName
{
color: #CBE75A;
}
.AnyTagClassName
{
color: #CBE75A;
}
</style>
background-color css
<style>
a { background-color: #CBE75A; }
a { background-color: rgb(203,231,90); }
div.DivClassName
{
background-color: #CBE75A;
}
.BgClassName
{
background-color: #CBE75A;
}
</style>
border-color css
<style>
span { border-color: #CBE75A; }
span { border-color: rgb(203,231,90); }
td.TdClassName
{
border-color: #CBE75A;
}
.TagClassName
{
border-color: #CBE75A;
}
</style>