Shades of Pear #CBF635
Tints of Pear #CBF635
RGB
CMYK
RGB Variations
Color information
#CBF635 (or 0xCBF635) is known color: Pear. HEX triplet: CB, F6 and 35. RGB value is (203,246,53). Sum of RGB (Red+Green+Blue) = 203+246+53=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF635 is #3409CA. Grayscale: #D3D3D3. Windows color (decimal): -3410379 or 3536587. OLE color: 3536587.
HSL color Cylindrical-coordinate representation of color #CBF635: hue angle of 73.37º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBF635 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 53 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.04 |
| HSL | 73.37º | 0.91% | 0.59% | - |
| HSV(B) | 73.37º | 0.78% | 0.96% | - |
| XYZ | 58.23 | 78.87 | 15.52 | - |
| YUV | 211.14 | 38.75 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 53 | 0.17 | 0 | 0.78 | 0.04 | 73.37 | 0.91 | 0.59 |
| Hex | CB | F6 | 35 | 11 | 0 | 4E | 4 | 49 | 5B | 3B |
| Octal | 313 | 366 | 65 | 21 | 0 | 116 | 4 | 111 | 133 | 73 |
| Binary | 11001011 | 11110110 | 110101 | 10001 | 0 | 1001110 | 100 | 1001001 | 1011011 | 111011 |
Color Harmonies of #CBF635
Complementary color
Monochromatic Colors of #CBF635
Black with #CBF635
Text Example
Text Example
White with #CBF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF635; }
p { color: rgb(203,246,53); }
H1.HeaderClassName
{
color: #CBF635;
}
.AnyTagClassName
{
color: #CBF635;
}
</style>
background-color css
<style>
a { background-color: #CBF635; }
a { background-color: rgb(203,246,53); }
div.DivClassName
{
background-color: #CBF635;
}
.BgClassName
{
background-color: #CBF635;
}
</style>
border-color css
<style>
span { border-color: #CBF635; }
span { border-color: rgb(203,246,53); }
td.TdClassName
{
border-color: #CBF635;
}
.TagClassName
{
border-color: #CBF635;
}
</style>