Shades of Pear #CBE31A
Tints of Pear #CBE31A
RGB
CMYK
RGB Variations
Color information
#CBE31A (or 0xCBE31A) is known color: Pear. HEX triplet: CB, E3 and 1A. RGB value is (203,227,26). Sum of RGB (Red+Green+Blue) = 203+227+26=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE31A is #341CE5. Grayscale: #C5C5C5. Windows color (decimal): -3415270 or 1762251. OLE color: 1762251.
HSL color Cylindrical-coordinate representation of color #CBE31A: hue angle of 67.16º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBE31A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 26 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.11 |
| HSL | 67.16º | 0.79% | 0.5% | - |
| HSV(B) | 67.16º | 0.89% | 0.89% | - |
| XYZ | 52.28 | 67.71 | 11.29 | - |
| YUV | 196.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 26 | 0.11 | 0 | 0.89 | 0.11 | 67.16 | 0.79 | 0.5 |
| Hex | CB | E3 | 1A | B | 0 | 59 | B | 43 | 4F | 32 |
| Octal | 313 | 343 | 32 | 13 | 0 | 131 | 13 | 103 | 117 | 62 |
| Binary | 11001011 | 11100011 | 11010 | 1011 | 0 | 1011001 | 1011 | 1000011 | 1001111 | 110010 |
Color Harmonies of #CBE31A
Complementary color
Monochromatic Colors of #CBE31A
Black with #CBE31A
Text Example
Text Example
White with #CBE31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE31A; }
p { color: rgb(203,227,26); }
H1.HeaderClassName
{
color: #CBE31A;
}
.AnyTagClassName
{
color: #CBE31A;
}
</style>
background-color css
<style>
a { background-color: #CBE31A; }
a { background-color: rgb(203,227,26); }
div.DivClassName
{
background-color: #CBE31A;
}
.BgClassName
{
background-color: #CBE31A;
}
</style>
border-color css
<style>
span { border-color: #CBE31A; }
span { border-color: rgb(203,227,26); }
td.TdClassName
{
border-color: #CBE31A;
}
.TagClassName
{
border-color: #CBE31A;
}
</style>