Shades of Pear #CBF54C
Tints of Pear #CBF54C
RGB
CMYK
RGB Variations
Color information
#CBF54C (or 0xCBF54C) is known color: Pear. HEX triplet: CB, F5 and 4C. RGB value is (203,245,76). Sum of RGB (Red+Green+Blue) = 203+245+76=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF54C is #340AB3. Grayscale: #D5D5D5. Windows color (decimal): -3410612 or 5043659. OLE color: 5043659.
HSL color Cylindrical-coordinate representation of color #CBF54C: hue angle of 74.91º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBF54C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 76 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.04 |
| HSL | 74.91º | 0.89% | 0.63% | - |
| HSV(B) | 74.91º | 0.69% | 0.96% | - |
| XYZ | 58.59 | 78.52 | 18.91 | - |
| YUV | 213.18 | 50.59 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 76 | 0.17 | 0 | 0.69 | 0.04 | 74.91 | 0.89 | 0.63 |
| Hex | CB | F5 | 4C | 11 | 0 | 45 | 4 | 4B | 59 | 3F |
| Octal | 313 | 365 | 114 | 21 | 0 | 105 | 4 | 113 | 131 | 77 |
| Binary | 11001011 | 11110101 | 1001100 | 10001 | 0 | 1000101 | 100 | 1001011 | 1011001 | 111111 |
Color Harmonies of #CBF54C
Complementary color
Monochromatic Colors of #CBF54C
Black with #CBF54C
Text Example
Text Example
White with #CBF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF54C; }
p { color: rgb(203,245,76); }
H1.HeaderClassName
{
color: #CBF54C;
}
.AnyTagClassName
{
color: #CBF54C;
}
</style>
background-color css
<style>
a { background-color: #CBF54C; }
a { background-color: rgb(203,245,76); }
div.DivClassName
{
background-color: #CBF54C;
}
.BgClassName
{
background-color: #CBF54C;
}
</style>
border-color css
<style>
span { border-color: #CBF54C; }
span { border-color: rgb(203,245,76); }
td.TdClassName
{
border-color: #CBF54C;
}
.TagClassName
{
border-color: #CBF54C;
}
</style>