Shades of Pear #CBF843
Tints of Pear #CBF843
RGB
CMYK
RGB Variations
Color information
#CBF843 (or 0xCBF843) is known color: Pear. HEX triplet: CB, F8 and 43. RGB value is (203,248,67). Sum of RGB (Red+Green+Blue) = 203+248+67=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF843 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF843 is #3407BC. Grayscale: #D6D6D6. Windows color (decimal): -3409853 or 4454603. OLE color: 4454603.
HSL color Cylindrical-coordinate representation of color #CBF843: hue angle of 74.92º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBF843 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 67 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.03 |
| HSL | 74.92º | 0.93% | 0.62% | - |
| HSV(B) | 74.92º | 0.73% | 0.97% | - |
| XYZ | 59.21 | 80.24 | 17.68 | - |
| YUV | 213.91 | 45.09 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 67 | 0.18 | 0 | 0.73 | 0.03 | 74.92 | 0.93 | 0.62 |
| Hex | CB | F8 | 43 | 12 | 0 | 49 | 3 | 4B | 5D | 3E |
| Octal | 313 | 370 | 103 | 22 | 0 | 111 | 3 | 113 | 135 | 76 |
| Binary | 11001011 | 11111000 | 1000011 | 10010 | 0 | 1001001 | 11 | 1001011 | 1011101 | 111110 |
Color Harmonies of #CBF843
Complementary color
Monochromatic Colors of #CBF843
Black with #CBF843
Text Example
Text Example
White with #CBF843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF843; }
p { color: rgb(203,248,67); }
H1.HeaderClassName
{
color: #CBF843;
}
.AnyTagClassName
{
color: #CBF843;
}
</style>
background-color css
<style>
a { background-color: #CBF843; }
a { background-color: rgb(203,248,67); }
div.DivClassName
{
background-color: #CBF843;
}
.BgClassName
{
background-color: #CBF843;
}
</style>
border-color css
<style>
span { border-color: #CBF843; }
span { border-color: rgb(203,248,67); }
td.TdClassName
{
border-color: #CBF843;
}
.TagClassName
{
border-color: #CBF843;
}
</style>