Shades of Pear #CBE029
Tints of Pear #CBE029
RGB
CMYK
RGB Variations
Color information
#CBE029 (or 0xCBE029) is known color: Pear. HEX triplet: CB, E0 and 29. RGB value is (203,224,41). Sum of RGB (Red+Green+Blue) = 203+224+41=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE029 is #341FD6. Grayscale: #C5C5C5. Windows color (decimal): -3416023 or 2744523. OLE color: 2744523.
HSL color Cylindrical-coordinate representation of color #CBE029: hue angle of 66.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBE029 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 41 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.12 |
| HSL | 66.89º | 0.75% | 0.52% | - |
| HSV(B) | 66.89º | 0.82% | 0.88% | - |
| XYZ | 51.68 | 66.17 | 12.15 | - |
| YUV | 196.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 41 | 0.09 | 0 | 0.82 | 0.12 | 66.89 | 0.75 | 0.52 |
| Hex | CB | E0 | 29 | 9 | 0 | 52 | C | 43 | 4B | 34 |
| Octal | 313 | 340 | 51 | 11 | 0 | 122 | 14 | 103 | 113 | 64 |
| Binary | 11001011 | 11100000 | 101001 | 1001 | 0 | 1010010 | 1100 | 1000011 | 1001011 | 110100 |
Color Harmonies of #CBE029
Complementary color
Monochromatic Colors of #CBE029
Black with #CBE029
Text Example
Text Example
White with #CBE029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE029; }
p { color: rgb(203,224,41); }
H1.HeaderClassName
{
color: #CBE029;
}
.AnyTagClassName
{
color: #CBE029;
}
</style>
background-color css
<style>
a { background-color: #CBE029; }
a { background-color: rgb(203,224,41); }
div.DivClassName
{
background-color: #CBE029;
}
.BgClassName
{
background-color: #CBE029;
}
</style>
border-color css
<style>
span { border-color: #CBE029; }
span { border-color: rgb(203,224,41); }
td.TdClassName
{
border-color: #CBE029;
}
.TagClassName
{
border-color: #CBE029;
}
</style>