Shades of Pear #CBF429
Tints of Pear #CBF429
RGB
CMYK
RGB Variations
Color information
#CBF429 (or 0xCBF429) is known color: Pear. HEX triplet: CB, F4 and 29. RGB value is (203,244,41). Sum of RGB (Red+Green+Blue) = 203+244+41=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF429 is #340BD6. Grayscale: #D1D1D1. Windows color (decimal): -3410903 or 2749643. OLE color: 2749643.
HSL color Cylindrical-coordinate representation of color #CBF429: hue angle of 72.12º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBF429 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 41 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.04 |
| HSL | 72.12º | 0.9% | 0.56% | - |
| HSV(B) | 72.12º | 0.83% | 0.96% | - |
| XYZ | 57.38 | 77.56 | 14.04 | - |
| YUV | 208.6 | 33.42 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 41 | 0.17 | 0 | 0.83 | 0.04 | 72.12 | 0.9 | 0.56 |
| Hex | CB | F4 | 29 | 11 | 0 | 53 | 4 | 48 | 5A | 38 |
| Octal | 313 | 364 | 51 | 21 | 0 | 123 | 4 | 110 | 132 | 70 |
| Binary | 11001011 | 11110100 | 101001 | 10001 | 0 | 1010011 | 100 | 1001000 | 1011010 | 111000 |
Color Harmonies of #CBF429
Complementary color
Monochromatic Colors of #CBF429
Black with #CBF429
Text Example
Text Example
White with #CBF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF429; }
p { color: rgb(203,244,41); }
H1.HeaderClassName
{
color: #CBF429;
}
.AnyTagClassName
{
color: #CBF429;
}
</style>
background-color css
<style>
a { background-color: #CBF429; }
a { background-color: rgb(203,244,41); }
div.DivClassName
{
background-color: #CBF429;
}
.BgClassName
{
background-color: #CBF429;
}
</style>
border-color css
<style>
span { border-color: #CBF429; }
span { border-color: rgb(203,244,41); }
td.TdClassName
{
border-color: #CBF429;
}
.TagClassName
{
border-color: #CBF429;
}
</style>