Shades of Pear #CBF522
Tints of Pear #CBF522
RGB
CMYK
RGB Variations
Color information
#CBF522 (or 0xCBF522) is known color: Pear. HEX triplet: CB, F5 and 22. RGB value is (203,245,34). Sum of RGB (Red+Green+Blue) = 203+245+34=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF522 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF522 is #340ADD. Grayscale: #D1D1D1. Windows color (decimal): -3410654 or 2291147. OLE color: 2291147.
HSL color Cylindrical-coordinate representation of color #CBF522: hue angle of 71.94º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBF522 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 34 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.04 |
| HSL | 71.94º | 0.91% | 0.55% | - |
| HSV(B) | 71.94º | 0.86% | 0.96% | - |
| XYZ | 57.57 | 78.12 | 13.56 | - |
| YUV | 208.39 | 29.59 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 34 | 0.17 | 0 | 0.86 | 0.04 | 71.94 | 0.91 | 0.55 |
| Hex | CB | F5 | 22 | 11 | 0 | 56 | 4 | 48 | 5B | 37 |
| Octal | 313 | 365 | 42 | 21 | 0 | 126 | 4 | 110 | 133 | 67 |
| Binary | 11001011 | 11110101 | 100010 | 10001 | 0 | 1010110 | 100 | 1001000 | 1011011 | 110111 |
Color Harmonies of #CBF522
Complementary color
Monochromatic Colors of #CBF522
Black with #CBF522
Text Example
Text Example
White with #CBF522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF522; }
p { color: rgb(203,245,34); }
H1.HeaderClassName
{
color: #CBF522;
}
.AnyTagClassName
{
color: #CBF522;
}
</style>
background-color css
<style>
a { background-color: #CBF522; }
a { background-color: rgb(203,245,34); }
div.DivClassName
{
background-color: #CBF522;
}
.BgClassName
{
background-color: #CBF522;
}
</style>
border-color css
<style>
span { border-color: #CBF522; }
span { border-color: rgb(203,245,34); }
td.TdClassName
{
border-color: #CBF522;
}
.TagClassName
{
border-color: #CBF522;
}
</style>