Shades of Pear #CBF445
Tints of Pear #CBF445
RGB
CMYK
RGB Variations
Color information
#CBF445 (or 0xCBF445) is known color: Pear. HEX triplet: CB, F4 and 45. RGB value is (203,244,69). Sum of RGB (Red+Green+Blue) = 203+244+69=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF445 is #340BBA. Grayscale: #D4D4D4. Windows color (decimal): -3410875 or 4584651. OLE color: 4584651.
HSL color Cylindrical-coordinate representation of color #CBF445: hue angle of 74.06º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBF445 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.04 |
| HSL | 74.06º | 0.89% | 0.61% | - |
| HSV(B) | 74.06º | 0.72% | 0.96% | - |
| XYZ | 58.05 | 77.83 | 17.59 | - |
| YUV | 211.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 69 | 0.17 | 0 | 0.72 | 0.04 | 74.06 | 0.89 | 0.61 |
| Hex | CB | F4 | 45 | 11 | 0 | 48 | 4 | 4A | 59 | 3D |
| Octal | 313 | 364 | 105 | 21 | 0 | 110 | 4 | 112 | 131 | 75 |
| Binary | 11001011 | 11110100 | 1000101 | 10001 | 0 | 1001000 | 100 | 1001010 | 1011001 | 111101 |
Color Harmonies of #CBF445
Complementary color
Monochromatic Colors of #CBF445
Black with #CBF445
Text Example
Text Example
White with #CBF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF445; }
p { color: rgb(203,244,69); }
H1.HeaderClassName
{
color: #CBF445;
}
.AnyTagClassName
{
color: #CBF445;
}
</style>
background-color css
<style>
a { background-color: #CBF445; }
a { background-color: rgb(203,244,69); }
div.DivClassName
{
background-color: #CBF445;
}
.BgClassName
{
background-color: #CBF445;
}
</style>
border-color css
<style>
span { border-color: #CBF445; }
span { border-color: rgb(203,244,69); }
td.TdClassName
{
border-color: #CBF445;
}
.TagClassName
{
border-color: #CBF445;
}
</style>