Shades of Pear #CBF53A
Tints of Pear #CBF53A
RGB
CMYK
RGB Variations
Color information
#CBF53A (or 0xCBF53A) is known color: Pear. HEX triplet: CB, F5 and 3A. RGB value is (203,245,58). Sum of RGB (Red+Green+Blue) = 203+245+58=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF53A is #340AC5. Grayscale: #D3D3D3. Windows color (decimal): -3410630 or 3864011. OLE color: 3864011.
HSL color Cylindrical-coordinate representation of color #CBF53A: hue angle of 73.48º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF53A is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 58 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.04 |
| HSL | 73.48º | 0.9% | 0.59% | - |
| HSV(B) | 73.48º | 0.76% | 0.96% | - |
| XYZ | 58.04 | 78.31 | 16.06 | - |
| YUV | 211.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 58 | 0.17 | 0 | 0.76 | 0.04 | 73.48 | 0.9 | 0.59 |
| Hex | CB | F5 | 3A | 11 | 0 | 4C | 4 | 49 | 5A | 3B |
| Octal | 313 | 365 | 72 | 21 | 0 | 114 | 4 | 111 | 132 | 73 |
| Binary | 11001011 | 11110101 | 111010 | 10001 | 0 | 1001100 | 100 | 1001001 | 1011010 | 111011 |
Color Harmonies of #CBF53A
Complementary color
Monochromatic Colors of #CBF53A
Black with #CBF53A
Text Example
Text Example
White with #CBF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF53A; }
p { color: rgb(203,245,58); }
H1.HeaderClassName
{
color: #CBF53A;
}
.AnyTagClassName
{
color: #CBF53A;
}
</style>
background-color css
<style>
a { background-color: #CBF53A; }
a { background-color: rgb(203,245,58); }
div.DivClassName
{
background-color: #CBF53A;
}
.BgClassName
{
background-color: #CBF53A;
}
</style>
border-color css
<style>
span { border-color: #CBF53A; }
span { border-color: rgb(203,245,58); }
td.TdClassName
{
border-color: #CBF53A;
}
.TagClassName
{
border-color: #CBF53A;
}
</style>