Shades of Pear #CBE41D
Tints of Pear #CBE41D
RGB
CMYK
RGB Variations
Color information
#CBE41D (or 0xCBE41D) is known color: Pear. HEX triplet: CB, E4 and 1D. RGB value is (203,228,29). Sum of RGB (Red+Green+Blue) = 203+228+29=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE41D is #341BE2. Grayscale: #C6C6C6. Windows color (decimal): -3415011 or 1959115. OLE color: 1959115.
HSL color Cylindrical-coordinate representation of color #CBE41D: hue angle of 67.54º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBE41D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 29 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.11 |
| HSL | 67.54º | 0.79% | 0.5% | - |
| HSV(B) | 67.54º | 0.87% | 0.89% | - |
| XYZ | 52.59 | 68.27 | 11.57 | - |
| YUV | 197.84 | 32.72 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 29 | 0.11 | 0 | 0.87 | 0.11 | 67.54 | 0.79 | 0.5 |
| Hex | CB | E4 | 1D | B | 0 | 57 | B | 44 | 4F | 32 |
| Octal | 313 | 344 | 35 | 13 | 0 | 127 | 13 | 104 | 117 | 62 |
| Binary | 11001011 | 11100100 | 11101 | 1011 | 0 | 1010111 | 1011 | 1000100 | 1001111 | 110010 |
Color Harmonies of #CBE41D
Complementary color
Monochromatic Colors of #CBE41D
Black with #CBE41D
Text Example
Text Example
White with #CBE41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE41D; }
p { color: rgb(203,228,29); }
H1.HeaderClassName
{
color: #CBE41D;
}
.AnyTagClassName
{
color: #CBE41D;
}
</style>
background-color css
<style>
a { background-color: #CBE41D; }
a { background-color: rgb(203,228,29); }
div.DivClassName
{
background-color: #CBE41D;
}
.BgClassName
{
background-color: #CBE41D;
}
</style>
border-color css
<style>
span { border-color: #CBE41D; }
span { border-color: rgb(203,228,29); }
td.TdClassName
{
border-color: #CBE41D;
}
.TagClassName
{
border-color: #CBE41D;
}
</style>