Shades of Pear #CBF835
Tints of Pear #CBF835
RGB
CMYK
RGB Variations
Color information
#CBF835 (or 0xCBF835) is known color: Pear. HEX triplet: CB, F8 and 35. RGB value is (203,248,53). Sum of RGB (Red+Green+Blue) = 203+248+53=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF835 is #3407CA. Grayscale: #D5D5D5. Windows color (decimal): -3409867 or 3537099. OLE color: 3537099.
HSL color Cylindrical-coordinate representation of color #CBF835: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBF835 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 53 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.03 |
| HSL | 73.85º | 0.93% | 0.59% | - |
| HSV(B) | 73.85º | 0.79% | 0.97% | - |
| XYZ | 58.84 | 80.09 | 15.73 | - |
| YUV | 212.32 | 38.09 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 53 | 0.18 | 0 | 0.79 | 0.03 | 73.85 | 0.93 | 0.59 |
| Hex | CB | F8 | 35 | 12 | 0 | 4F | 3 | 4A | 5D | 3B |
| Octal | 313 | 370 | 65 | 22 | 0 | 117 | 3 | 112 | 135 | 73 |
| Binary | 11001011 | 11111000 | 110101 | 10010 | 0 | 1001111 | 11 | 1001010 | 1011101 | 111011 |
Color Harmonies of #CBF835
Complementary color
Monochromatic Colors of #CBF835
Black with #CBF835
Text Example
Text Example
White with #CBF835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF835; }
p { color: rgb(203,248,53); }
H1.HeaderClassName
{
color: #CBF835;
}
.AnyTagClassName
{
color: #CBF835;
}
</style>
background-color css
<style>
a { background-color: #CBF835; }
a { background-color: rgb(203,248,53); }
div.DivClassName
{
background-color: #CBF835;
}
.BgClassName
{
background-color: #CBF835;
}
</style>
border-color css
<style>
span { border-color: #CBF835; }
span { border-color: rgb(203,248,53); }
td.TdClassName
{
border-color: #CBF835;
}
.TagClassName
{
border-color: #CBF835;
}
</style>