Shades of Pear #CBF03E
Tints of Pear #CBF03E
RGB
CMYK
RGB Variations
Color information
#CBF03E (or 0xCBF03E) is known color: Pear. HEX triplet: CB, F0 and 3E. RGB value is (203,240,62). Sum of RGB (Red+Green+Blue) = 203+240+62=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF03E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF03E is #340FC1. Grayscale: #D1D1D1. Windows color (decimal): -3411906 or 4124875. OLE color: 4124875.
HSL color Cylindrical-coordinate representation of color #CBF03E: hue angle of 72.47º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBF03E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 62 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.06 |
| HSL | 72.47º | 0.86% | 0.59% | - |
| HSV(B) | 72.47º | 0.74% | 0.94% | - |
| XYZ | 56.66 | 75.36 | 16.12 | - |
| YUV | 208.65 | 45.24 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 62 | 0.15 | 0 | 0.74 | 0.06 | 72.47 | 0.86 | 0.59 |
| Hex | CB | F0 | 3E | F | 0 | 4A | 6 | 48 | 56 | 3B |
| Octal | 313 | 360 | 76 | 17 | 0 | 112 | 6 | 110 | 126 | 73 |
| Binary | 11001011 | 11110000 | 111110 | 1111 | 0 | 1001010 | 110 | 1001000 | 1010110 | 111011 |
Color Harmonies of #CBF03E
Complementary color
Monochromatic Colors of #CBF03E
Black with #CBF03E
Text Example
Text Example
White with #CBF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF03E; }
p { color: rgb(203,240,62); }
H1.HeaderClassName
{
color: #CBF03E;
}
.AnyTagClassName
{
color: #CBF03E;
}
</style>
background-color css
<style>
a { background-color: #CBF03E; }
a { background-color: rgb(203,240,62); }
div.DivClassName
{
background-color: #CBF03E;
}
.BgClassName
{
background-color: #CBF03E;
}
</style>
border-color css
<style>
span { border-color: #CBF03E; }
span { border-color: rgb(203,240,62); }
td.TdClassName
{
border-color: #CBF03E;
}
.TagClassName
{
border-color: #CBF03E;
}
</style>