Shades of Pear #CBE73A
Tints of Pear #CBE73A
RGB
CMYK
RGB Variations
Color information
#CBE73A (or 0xCBE73A) is known color: Pear. HEX triplet: CB, E7 and 3A. RGB value is (203,231,58). Sum of RGB (Red+Green+Blue) = 203+231+58=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE73A is #3418C5. Grayscale: #CBCBCB. Windows color (decimal): -3414214 or 3860427. OLE color: 3860427.
HSL color Cylindrical-coordinate representation of color #CBE73A: hue angle of 69.71º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBE73A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 58 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.09 |
| HSL | 69.71º | 0.78% | 0.57% | - |
| HSV(B) | 69.71º | 0.75% | 0.91% | - |
| XYZ | 53.97 | 70.15 | 14.7 | - |
| YUV | 202.91 | 46.22 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 58 | 0.12 | 0 | 0.75 | 0.09 | 69.71 | 0.78 | 0.57 |
| Hex | CB | E7 | 3A | C | 0 | 4B | 9 | 46 | 4E | 39 |
| Octal | 313 | 347 | 72 | 14 | 0 | 113 | 11 | 106 | 116 | 71 |
| Binary | 11001011 | 11100111 | 111010 | 1100 | 0 | 1001011 | 1001 | 1000110 | 1001110 | 111001 |
Color Harmonies of #CBE73A
Complementary color
Monochromatic Colors of #CBE73A
Black with #CBE73A
Text Example
Text Example
White with #CBE73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE73A; }
p { color: rgb(203,231,58); }
H1.HeaderClassName
{
color: #CBE73A;
}
.AnyTagClassName
{
color: #CBE73A;
}
</style>
background-color css
<style>
a { background-color: #CBE73A; }
a { background-color: rgb(203,231,58); }
div.DivClassName
{
background-color: #CBE73A;
}
.BgClassName
{
background-color: #CBE73A;
}
</style>
border-color css
<style>
span { border-color: #CBE73A; }
span { border-color: rgb(203,231,58); }
td.TdClassName
{
border-color: #CBE73A;
}
.TagClassName
{
border-color: #CBE73A;
}
</style>