Shades of Pear #CBF443
Tints of Pear #CBF443
RGB
CMYK
RGB Variations
Color information
#CBF443 (or 0xCBF443) is known color: Pear. HEX triplet: CB, F4 and 43. RGB value is (203,244,67). Sum of RGB (Red+Green+Blue) = 203+244+67=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF443 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF443 is #340BBC. Grayscale: #D4D4D4. Windows color (decimal): -3410877 or 4453579. OLE color: 4453579.
HSL color Cylindrical-coordinate representation of color #CBF443: hue angle of 73.9º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBF443 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 67 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.04 |
| HSL | 73.9º | 0.89% | 0.61% | - |
| HSV(B) | 73.9º | 0.73% | 0.96% | - |
| XYZ | 57.99 | 77.8 | 17.27 | - |
| YUV | 211.56 | 46.42 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 67 | 0.17 | 0 | 0.73 | 0.04 | 73.9 | 0.89 | 0.61 |
| Hex | CB | F4 | 43 | 11 | 0 | 49 | 4 | 4A | 59 | 3D |
| Octal | 313 | 364 | 103 | 21 | 0 | 111 | 4 | 112 | 131 | 75 |
| Binary | 11001011 | 11110100 | 1000011 | 10001 | 0 | 1001001 | 100 | 1001010 | 1011001 | 111101 |
Color Harmonies of #CBF443
Complementary color
Monochromatic Colors of #CBF443
Black with #CBF443
Text Example
Text Example
White with #CBF443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF443; }
p { color: rgb(203,244,67); }
H1.HeaderClassName
{
color: #CBF443;
}
.AnyTagClassName
{
color: #CBF443;
}
</style>
background-color css
<style>
a { background-color: #CBF443; }
a { background-color: rgb(203,244,67); }
div.DivClassName
{
background-color: #CBF443;
}
.BgClassName
{
background-color: #CBF443;
}
</style>
border-color css
<style>
span { border-color: #CBF443; }
span { border-color: rgb(203,244,67); }
td.TdClassName
{
border-color: #CBF443;
}
.TagClassName
{
border-color: #CBF443;
}
</style>