Shades of Pear #CBF53C
Tints of Pear #CBF53C
RGB
CMYK
RGB Variations
Color information
#CBF53C (or 0xCBF53C) is known color: Pear. HEX triplet: CB, F5 and 3C. RGB value is (203,245,60). Sum of RGB (Red+Green+Blue) = 203+245+60=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF53C is #340AC3. Grayscale: #D4D4D4. Windows color (decimal): -3410628 or 3995083. OLE color: 3995083.
HSL color Cylindrical-coordinate representation of color #CBF53C: hue angle of 73.62º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF53C is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 60 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.04 |
| HSL | 73.62º | 0.9% | 0.6% | - |
| HSV(B) | 73.62º | 0.76% | 0.96% | - |
| XYZ | 58.1 | 78.33 | 16.33 | - |
| YUV | 211.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 60 | 0.17 | 0 | 0.76 | 0.04 | 73.62 | 0.9 | 0.6 |
| Hex | CB | F5 | 3C | 11 | 0 | 4C | 4 | 4A | 5A | 3C |
| Octal | 313 | 365 | 74 | 21 | 0 | 114 | 4 | 112 | 132 | 74 |
| Binary | 11001011 | 11110101 | 111100 | 10001 | 0 | 1001100 | 100 | 1001010 | 1011010 | 111100 |
Color Harmonies of #CBF53C
Complementary color
Monochromatic Colors of #CBF53C
Black with #CBF53C
Text Example
Text Example
White with #CBF53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF53C; }
p { color: rgb(203,245,60); }
H1.HeaderClassName
{
color: #CBF53C;
}
.AnyTagClassName
{
color: #CBF53C;
}
</style>
background-color css
<style>
a { background-color: #CBF53C; }
a { background-color: rgb(203,245,60); }
div.DivClassName
{
background-color: #CBF53C;
}
.BgClassName
{
background-color: #CBF53C;
}
</style>
border-color css
<style>
span { border-color: #CBF53C; }
span { border-color: rgb(203,245,60); }
td.TdClassName
{
border-color: #CBF53C;
}
.TagClassName
{
border-color: #CBF53C;
}
</style>