Shades of Pear #CBFD2E
Tints of Pear #CBFD2E
RGB
CMYK
RGB Variations
Color information
#CBFD2E (or 0xCBFD2E) is known color: Pear. HEX triplet: CB, FD and 2E. RGB value is (203,253,46). Sum of RGB (Red+Green+Blue) = 203+253+46=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFD2E is #3402D1. Grayscale: #D7D7D7. Windows color (decimal): -3408594 or 3079627. OLE color: 3079627.
HSL color Cylindrical-coordinate representation of color #CBFD2E: hue angle of 74.49º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBFD2E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 46 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.01 |
| HSL | 74.49º | 0.98% | 0.59% | - |
| HSV(B) | 74.49º | 0.82% | 0.99% | - |
| XYZ | 60.25 | 83.14 | 15.46 | - |
| YUV | 214.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 46 | 0.20 | 0 | 0.82 | 0.01 | 74.49 | 0.98 | 0.59 |
| Hex | CB | FD | 2E | 14 | 0 | 52 | 1 | 4A | 62 | 3B |
| Octal | 313 | 375 | 56 | 24 | 0 | 122 | 1 | 112 | 142 | 73 |
| Binary | 11001011 | 11111101 | 101110 | 10100 | 0 | 1010010 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CBFD2E
Complementary color
Monochromatic Colors of #CBFD2E
Black with #CBFD2E
Text Example
Text Example
White with #CBFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD2E; }
p { color: rgb(203,253,46); }
H1.HeaderClassName
{
color: #CBFD2E;
}
.AnyTagClassName
{
color: #CBFD2E;
}
</style>
background-color css
<style>
a { background-color: #CBFD2E; }
a { background-color: rgb(203,253,46); }
div.DivClassName
{
background-color: #CBFD2E;
}
.BgClassName
{
background-color: #CBFD2E;
}
</style>
border-color css
<style>
span { border-color: #CBFD2E; }
span { border-color: rgb(203,253,46); }
td.TdClassName
{
border-color: #CBFD2E;
}
.TagClassName
{
border-color: #CBFD2E;
}
</style>