Shades of Pear #CBE41C
Tints of Pear #CBE41C
RGB
CMYK
RGB Variations
Color information
#CBE41C (or 0xCBE41C) is known color: Pear. HEX triplet: CB, E4 and 1C. RGB value is (203,228,28). Sum of RGB (Red+Green+Blue) = 203+228+28=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE41C is #341BE3. Grayscale: #C6C6C6. Windows color (decimal): -3415012 or 1893579. OLE color: 1893579.
HSL color Cylindrical-coordinate representation of color #CBE41C: hue angle of 67.5º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBE41C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.11 |
| HSL | 67.5º | 0.79% | 0.5% | - |
| HSV(B) | 67.5º | 0.88% | 0.89% | - |
| XYZ | 52.58 | 68.27 | 11.5 | - |
| YUV | 197.73 | 32.22 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 28 | 0.11 | 0 | 0.88 | 0.11 | 67.5 | 0.79 | 0.5 |
| Hex | CB | E4 | 1C | B | 0 | 58 | B | 44 | 4F | 32 |
| Octal | 313 | 344 | 34 | 13 | 0 | 130 | 13 | 104 | 117 | 62 |
| Binary | 11001011 | 11100100 | 11100 | 1011 | 0 | 1011000 | 1011 | 1000100 | 1001111 | 110010 |
Color Harmonies of #CBE41C
Complementary color
Monochromatic Colors of #CBE41C
Black with #CBE41C
Text Example
Text Example
White with #CBE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE41C; }
p { color: rgb(203,228,28); }
H1.HeaderClassName
{
color: #CBE41C;
}
.AnyTagClassName
{
color: #CBE41C;
}
</style>
background-color css
<style>
a { background-color: #CBE41C; }
a { background-color: rgb(203,228,28); }
div.DivClassName
{
background-color: #CBE41C;
}
.BgClassName
{
background-color: #CBE41C;
}
</style>
border-color css
<style>
span { border-color: #CBE41C; }
span { border-color: rgb(203,228,28); }
td.TdClassName
{
border-color: #CBE41C;
}
.TagClassName
{
border-color: #CBE41C;
}
</style>