Shades of Pear #CBF539
Tints of Pear #CBF539
RGB
CMYK
RGB Variations
Color information
#CBF539 (or 0xCBF539) is known color: Pear. HEX triplet: CB, F5 and 39. RGB value is (203,245,57). Sum of RGB (Red+Green+Blue) = 203+245+57=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 57 (22.66% from 255 or 11.29% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF539 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF539 is #340AC6. Grayscale: #D3D3D3. Windows color (decimal): -3410631 or 3798475. OLE color: 3798475.
HSL color Cylindrical-coordinate representation of color #CBF539: hue angle of 73.4º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBF539 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 57 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.04 |
| HSL | 73.4º | 0.9% | 0.59% | - |
| HSV(B) | 73.4º | 0.77% | 0.96% | - |
| XYZ | 58.02 | 78.3 | 15.93 | - |
| YUV | 211.01 | 41.09 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 57 | 0.17 | 0 | 0.77 | 0.04 | 73.4 | 0.9 | 0.59 |
| Hex | CB | F5 | 39 | 11 | 0 | 4D | 4 | 49 | 5A | 3B |
| Octal | 313 | 365 | 71 | 21 | 0 | 115 | 4 | 111 | 132 | 73 |
| Binary | 11001011 | 11110101 | 111001 | 10001 | 0 | 1001101 | 100 | 1001001 | 1011010 | 111011 |
Color Harmonies of #CBF539
Complementary color
Monochromatic Colors of #CBF539
Black with #CBF539
Text Example
Text Example
White with #CBF539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF539; }
p { color: rgb(203,245,57); }
H1.HeaderClassName
{
color: #CBF539;
}
.AnyTagClassName
{
color: #CBF539;
}
</style>
background-color css
<style>
a { background-color: #CBF539; }
a { background-color: rgb(203,245,57); }
div.DivClassName
{
background-color: #CBF539;
}
.BgClassName
{
background-color: #CBF539;
}
</style>
border-color css
<style>
span { border-color: #CBF539; }
span { border-color: rgb(203,245,57); }
td.TdClassName
{
border-color: #CBF539;
}
.TagClassName
{
border-color: #CBF539;
}
</style>