Shades of Pear #CBF03A
Tints of Pear #CBF03A
RGB
CMYK
RGB Variations
Color information
#CBF03A (or 0xCBF03A) is known color: Pear. HEX triplet: CB, F0 and 3A. RGB value is (203,240,58). Sum of RGB (Red+Green+Blue) = 203+240+58=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF03A is #340FC5. Grayscale: #D0D0D0. Windows color (decimal): -3411910 or 3862731. OLE color: 3862731.
HSL color Cylindrical-coordinate representation of color #CBF03A: hue angle of 72.2º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF03A is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 58 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.06 |
| HSL | 72.2º | 0.86% | 0.58% | - |
| HSV(B) | 72.2º | 0.76% | 0.94% | - |
| XYZ | 56.55 | 75.32 | 15.56 | - |
| YUV | 208.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 58 | 0.15 | 0 | 0.76 | 0.06 | 72.2 | 0.86 | 0.58 |
| Hex | CB | F0 | 3A | F | 0 | 4C | 6 | 48 | 56 | 3A |
| Octal | 313 | 360 | 72 | 17 | 0 | 114 | 6 | 110 | 126 | 72 |
| Binary | 11001011 | 11110000 | 111010 | 1111 | 0 | 1001100 | 110 | 1001000 | 1010110 | 111010 |
Color Harmonies of #CBF03A
Complementary color
Monochromatic Colors of #CBF03A
Black with #CBF03A
Text Example
Text Example
White with #CBF03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF03A; }
p { color: rgb(203,240,58); }
H1.HeaderClassName
{
color: #CBF03A;
}
.AnyTagClassName
{
color: #CBF03A;
}
</style>
background-color css
<style>
a { background-color: #CBF03A; }
a { background-color: rgb(203,240,58); }
div.DivClassName
{
background-color: #CBF03A;
}
.BgClassName
{
background-color: #CBF03A;
}
</style>
border-color css
<style>
span { border-color: #CBF03A; }
span { border-color: rgb(203,240,58); }
td.TdClassName
{
border-color: #CBF03A;
}
.TagClassName
{
border-color: #CBF03A;
}
</style>