Shades of Pear #CBF53F
Tints of Pear #CBF53F
RGB
CMYK
RGB Variations
Color information
#CBF53F (or 0xCBF53F) is known color: Pear. HEX triplet: CB, F5 and 3F. RGB value is (203,245,63). Sum of RGB (Red+Green+Blue) = 203+245+63=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF53F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF53F is #340AC0. Grayscale: #D4D4D4. Windows color (decimal): -3410625 or 4191691. OLE color: 4191691.
HSL color Cylindrical-coordinate representation of color #CBF53F: hue angle of 73.85º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBF53F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 63 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.04 |
| HSL | 73.85º | 0.9% | 0.6% | - |
| HSV(B) | 73.85º | 0.74% | 0.96% | - |
| XYZ | 58.18 | 78.36 | 16.76 | - |
| YUV | 211.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 63 | 0.17 | 0 | 0.74 | 0.04 | 73.85 | 0.9 | 0.6 |
| Hex | CB | F5 | 3F | 11 | 0 | 4A | 4 | 4A | 5A | 3C |
| Octal | 313 | 365 | 77 | 21 | 0 | 112 | 4 | 112 | 132 | 74 |
| Binary | 11001011 | 11110101 | 111111 | 10001 | 0 | 1001010 | 100 | 1001010 | 1011010 | 111100 |
Color Harmonies of #CBF53F
Complementary color
Monochromatic Colors of #CBF53F
Black with #CBF53F
Text Example
Text Example
White with #CBF53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF53F; }
p { color: rgb(203,245,63); }
H1.HeaderClassName
{
color: #CBF53F;
}
.AnyTagClassName
{
color: #CBF53F;
}
</style>
background-color css
<style>
a { background-color: #CBF53F; }
a { background-color: rgb(203,245,63); }
div.DivClassName
{
background-color: #CBF53F;
}
.BgClassName
{
background-color: #CBF53F;
}
</style>
border-color css
<style>
span { border-color: #CBF53F; }
span { border-color: rgb(203,245,63); }
td.TdClassName
{
border-color: #CBF53F;
}
.TagClassName
{
border-color: #CBF53F;
}
</style>