Shades of Pear #CBE61F
Tints of Pear #CBE61F
RGB
CMYK
RGB Variations
Color information
#CBE61F (or 0xCBE61F) is known color: Pear. HEX triplet: CB, E6 and 1F. RGB value is (203,230,31). Sum of RGB (Red+Green+Blue) = 203+230+31=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE61F is #3419E0. Grayscale: #C8C8C8. Windows color (decimal): -3414497 or 2090699. OLE color: 2090699.
HSL color Cylindrical-coordinate representation of color #CBE61F: hue angle of 68.14º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBE61F is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 31 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.10 |
| HSL | 68.14º | 0.8% | 0.51% | - |
| HSV(B) | 68.14º | 0.87% | 0.9% | - |
| XYZ | 53.17 | 69.39 | 11.89 | - |
| YUV | 199.24 | 33.05 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 31 | 0.12 | 0 | 0.87 | 0.10 | 68.14 | 0.8 | 0.51 |
| Hex | CB | E6 | 1F | C | 0 | 57 | A | 44 | 50 | 33 |
| Octal | 313 | 346 | 37 | 14 | 0 | 127 | 12 | 104 | 120 | 63 |
| Binary | 11001011 | 11100110 | 11111 | 1100 | 0 | 1010111 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CBE61F
Complementary color
Monochromatic Colors of #CBE61F
Black with #CBE61F
Text Example
Text Example
White with #CBE61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE61F; }
p { color: rgb(203,230,31); }
H1.HeaderClassName
{
color: #CBE61F;
}
.AnyTagClassName
{
color: #CBE61F;
}
</style>
background-color css
<style>
a { background-color: #CBE61F; }
a { background-color: rgb(203,230,31); }
div.DivClassName
{
background-color: #CBE61F;
}
.BgClassName
{
background-color: #CBE61F;
}
</style>
border-color css
<style>
span { border-color: #CBE61F; }
span { border-color: rgb(203,230,31); }
td.TdClassName
{
border-color: #CBE61F;
}
.TagClassName
{
border-color: #CBE61F;
}
</style>