Shades of Pear #CBE21F
Tints of Pear #CBE21F
RGB
CMYK
RGB Variations
Color information
#CBE21F (or 0xCBE21F) is known color: Pear. HEX triplet: CB, E2 and 1F. RGB value is (203,226,31). Sum of RGB (Red+Green+Blue) = 203+226+31=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE21F is #341DE0. Grayscale: #C5C5C5. Windows color (decimal): -3415521 or 2089675. OLE color: 2089675.
HSL color Cylindrical-coordinate representation of color #CBE21F: hue angle of 67.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBE21F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.11 |
| HSL | 67.08º | 0.77% | 0.5% | - |
| HSV(B) | 67.08º | 0.86% | 0.89% | - |
| XYZ | 52.07 | 67.19 | 11.52 | - |
| YUV | 196.89 | 34.38 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 31 | 0.10 | 0 | 0.86 | 0.11 | 67.08 | 0.77 | 0.5 |
| Hex | CB | E2 | 1F | A | 0 | 56 | B | 43 | 4D | 32 |
| Octal | 313 | 342 | 37 | 12 | 0 | 126 | 13 | 103 | 115 | 62 |
| Binary | 11001011 | 11100010 | 11111 | 1010 | 0 | 1010110 | 1011 | 1000011 | 1001101 | 110010 |
Color Harmonies of #CBE21F
Complementary color
Monochromatic Colors of #CBE21F
Black with #CBE21F
Text Example
Text Example
White with #CBE21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE21F; }
p { color: rgb(203,226,31); }
H1.HeaderClassName
{
color: #CBE21F;
}
.AnyTagClassName
{
color: #CBE21F;
}
</style>
background-color css
<style>
a { background-color: #CBE21F; }
a { background-color: rgb(203,226,31); }
div.DivClassName
{
background-color: #CBE21F;
}
.BgClassName
{
background-color: #CBE21F;
}
</style>
border-color css
<style>
span { border-color: #CBE21F; }
span { border-color: rgb(203,226,31); }
td.TdClassName
{
border-color: #CBE21F;
}
.TagClassName
{
border-color: #CBE21F;
}
</style>