Shades of Pear #CBF545
Tints of Pear #CBF545
RGB
CMYK
RGB Variations
Color information
#CBF545 (or 0xCBF545) is known color: Pear. HEX triplet: CB, F5 and 45. RGB value is (203,245,69). Sum of RGB (Red+Green+Blue) = 203+245+69=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF545 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF545 is #340ABA. Grayscale: #D5D5D5. Windows color (decimal): -3410619 or 4584907. OLE color: 4584907.
HSL color Cylindrical-coordinate representation of color #CBF545: hue angle of 74.32º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBF545 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.04 |
| HSL | 74.32º | 0.9% | 0.62% | - |
| HSV(B) | 74.32º | 0.72% | 0.96% | - |
| XYZ | 58.36 | 78.43 | 17.69 | - |
| YUV | 212.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 69 | 0.17 | 0 | 0.72 | 0.04 | 74.32 | 0.9 | 0.62 |
| Hex | CB | F5 | 45 | 11 | 0 | 48 | 4 | 4A | 5A | 3E |
| Octal | 313 | 365 | 105 | 21 | 0 | 110 | 4 | 112 | 132 | 76 |
| Binary | 11001011 | 11110101 | 1000101 | 10001 | 0 | 1001000 | 100 | 1001010 | 1011010 | 111110 |
Color Harmonies of #CBF545
Complementary color
Monochromatic Colors of #CBF545
Black with #CBF545
Text Example
Text Example
White with #CBF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF545; }
p { color: rgb(203,245,69); }
H1.HeaderClassName
{
color: #CBF545;
}
.AnyTagClassName
{
color: #CBF545;
}
</style>
background-color css
<style>
a { background-color: #CBF545; }
a { background-color: rgb(203,245,69); }
div.DivClassName
{
background-color: #CBF545;
}
.BgClassName
{
background-color: #CBF545;
}
</style>
border-color css
<style>
span { border-color: #CBF545; }
span { border-color: rgb(203,245,69); }
td.TdClassName
{
border-color: #CBF545;
}
.TagClassName
{
border-color: #CBF545;
}
</style>