Shades of Pear #CBEA42
Tints of Pear #CBEA42
RGB
CMYK
RGB Variations
Color information
#CBEA42 (or 0xCBEA42) is known color: Pear. HEX triplet: CB, EA and 42. RGB value is (203,234,66). Sum of RGB (Red+Green+Blue) = 203+234+66=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEA42 is #3415BD. Grayscale: #CECECE. Windows color (decimal): -3413438 or 4385483. OLE color: 4385483.
HSL color Cylindrical-coordinate representation of color #CBEA42: hue angle of 71.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBEA42 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 66 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.08 |
| HSL | 71.07º | 0.8% | 0.59% | - |
| HSV(B) | 71.07º | 0.72% | 0.92% | - |
| XYZ | 55.03 | 71.94 | 16.14 | - |
| YUV | 205.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 66 | 0.13 | 0 | 0.72 | 0.08 | 71.07 | 0.8 | 0.59 |
| Hex | CB | EA | 42 | D | 0 | 48 | 8 | 47 | 50 | 3B |
| Octal | 313 | 352 | 102 | 15 | 0 | 110 | 10 | 107 | 120 | 73 |
| Binary | 11001011 | 11101010 | 1000010 | 1101 | 0 | 1001000 | 1000 | 1000111 | 1010000 | 111011 |
Color Harmonies of #CBEA42
Complementary color
Monochromatic Colors of #CBEA42
Black with #CBEA42
Text Example
Text Example
White with #CBEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEA42; }
p { color: rgb(203,234,66); }
H1.HeaderClassName
{
color: #CBEA42;
}
.AnyTagClassName
{
color: #CBEA42;
}
</style>
background-color css
<style>
a { background-color: #CBEA42; }
a { background-color: rgb(203,234,66); }
div.DivClassName
{
background-color: #CBEA42;
}
.BgClassName
{
background-color: #CBEA42;
}
</style>
border-color css
<style>
span { border-color: #CBEA42; }
span { border-color: rgb(203,234,66); }
td.TdClassName
{
border-color: #CBEA42;
}
.TagClassName
{
border-color: #CBEA42;
}
</style>