Shades of Pear #CBF024
Tints of Pear #CBF024
RGB
CMYK
RGB Variations
Color information
#CBF024 (or 0xCBF024) is known color: Pear. HEX triplet: CB, F0 and 24. RGB value is (203,240,36). Sum of RGB (Red+Green+Blue) = 203+240+36=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 36 (14.45% from 255 or 7.52% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF024 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF024 is #340FDB. Grayscale: #CECECE. Windows color (decimal): -3411932 or 2420939. OLE color: 2420939.
HSL color Cylindrical-coordinate representation of color #CBF024: hue angle of 70.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBF024 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 36 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.06 |
| HSL | 70.88º | 0.87% | 0.54% | - |
| HSV(B) | 70.88º | 0.85% | 0.94% | - |
| XYZ | 56.11 | 75.14 | 13.22 | - |
| YUV | 205.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 36 | 0.15 | 0 | 0.85 | 0.06 | 70.88 | 0.87 | 0.54 |
| Hex | CB | F0 | 24 | F | 0 | 55 | 6 | 47 | 57 | 36 |
| Octal | 313 | 360 | 44 | 17 | 0 | 125 | 6 | 107 | 127 | 66 |
| Binary | 11001011 | 11110000 | 100100 | 1111 | 0 | 1010101 | 110 | 1000111 | 1010111 | 110110 |
Color Harmonies of #CBF024
Complementary color
Monochromatic Colors of #CBF024
Black with #CBF024
Text Example
Text Example
White with #CBF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF024; }
p { color: rgb(203,240,36); }
H1.HeaderClassName
{
color: #CBF024;
}
.AnyTagClassName
{
color: #CBF024;
}
</style>
background-color css
<style>
a { background-color: #CBF024; }
a { background-color: rgb(203,240,36); }
div.DivClassName
{
background-color: #CBF024;
}
.BgClassName
{
background-color: #CBF024;
}
</style>
border-color css
<style>
span { border-color: #CBF024; }
span { border-color: rgb(203,240,36); }
td.TdClassName
{
border-color: #CBF024;
}
.TagClassName
{
border-color: #CBF024;
}
</style>