Shades of Pear #CBFC29
Tints of Pear #CBFC29
RGB
CMYK
RGB Variations
Color information
#CBFC29 (or 0xCBFC29) is known color: Pear. HEX triplet: CB, FC and 29. RGB value is (203,252,41). Sum of RGB (Red+Green+Blue) = 203+252+41=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC29 is #3403D6. Grayscale: #D6D6D6. Windows color (decimal): -3408855 or 2751691. OLE color: 2751691.
HSL color Cylindrical-coordinate representation of color #CBFC29: hue angle of 73.93º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBFC29 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 41 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.01 |
| HSL | 73.93º | 0.97% | 0.57% | - |
| HSV(B) | 73.93º | 0.84% | 0.99% | - |
| XYZ | 59.84 | 82.48 | 14.86 | - |
| YUV | 213.3 | 30.77 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 41 | 0.19 | 0 | 0.84 | 0.01 | 73.93 | 0.97 | 0.57 |
| Hex | CB | FC | 29 | 13 | 0 | 54 | 1 | 4A | 61 | 39 |
| Octal | 313 | 374 | 51 | 23 | 0 | 124 | 1 | 112 | 141 | 71 |
| Binary | 11001011 | 11111100 | 101001 | 10011 | 0 | 1010100 | 1 | 1001010 | 1100001 | 111001 |
Color Harmonies of #CBFC29
Complementary color
Monochromatic Colors of #CBFC29
Black with #CBFC29
Text Example
Text Example
White with #CBFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC29; }
p { color: rgb(203,252,41); }
H1.HeaderClassName
{
color: #CBFC29;
}
.AnyTagClassName
{
color: #CBFC29;
}
</style>
background-color css
<style>
a { background-color: #CBFC29; }
a { background-color: rgb(203,252,41); }
div.DivClassName
{
background-color: #CBFC29;
}
.BgClassName
{
background-color: #CBFC29;
}
</style>
border-color css
<style>
span { border-color: #CBFC29; }
span { border-color: rgb(203,252,41); }
td.TdClassName
{
border-color: #CBFC29;
}
.TagClassName
{
border-color: #CBFC29;
}
</style>