Shades of Pear #CBE73C
Tints of Pear #CBE73C
RGB
CMYK
RGB Variations
Color information
#CBE73C (or 0xCBE73C) is known color: Pear. HEX triplet: CB, E7 and 3C. RGB value is (203,231,60). Sum of RGB (Red+Green+Blue) = 203+231+60=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE73C is #3418C3. Grayscale: #CBCBCB. Windows color (decimal): -3414212 or 3991499. OLE color: 3991499.
HSL color Cylindrical-coordinate representation of color #CBE73C: hue angle of 69.82º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBE73C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 60 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.09 |
| HSL | 69.82º | 0.78% | 0.57% | - |
| HSV(B) | 69.82º | 0.74% | 0.91% | - |
| XYZ | 54.02 | 70.17 | 14.97 | - |
| YUV | 203.13 | 47.22 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 60 | 0.12 | 0 | 0.74 | 0.09 | 69.82 | 0.78 | 0.57 |
| Hex | CB | E7 | 3C | C | 0 | 4A | 9 | 46 | 4E | 39 |
| Octal | 313 | 347 | 74 | 14 | 0 | 112 | 11 | 106 | 116 | 71 |
| Binary | 11001011 | 11100111 | 111100 | 1100 | 0 | 1001010 | 1001 | 1000110 | 1001110 | 111001 |
Color Harmonies of #CBE73C
Complementary color
Monochromatic Colors of #CBE73C
Black with #CBE73C
Text Example
Text Example
White with #CBE73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE73C; }
p { color: rgb(203,231,60); }
H1.HeaderClassName
{
color: #CBE73C;
}
.AnyTagClassName
{
color: #CBE73C;
}
</style>
background-color css
<style>
a { background-color: #CBE73C; }
a { background-color: rgb(203,231,60); }
div.DivClassName
{
background-color: #CBE73C;
}
.BgClassName
{
background-color: #CBE73C;
}
</style>
border-color css
<style>
span { border-color: #CBE73C; }
span { border-color: rgb(203,231,60); }
td.TdClassName
{
border-color: #CBE73C;
}
.TagClassName
{
border-color: #CBE73C;
}
</style>