Shades of Pear #CBFC3E
Tints of Pear #CBFC3E
RGB
CMYK
RGB Variations
Color information
#CBFC3E (or 0xCBFC3E) is known color: Pear. HEX triplet: CB, FC and 3E. RGB value is (203,252,62). Sum of RGB (Red+Green+Blue) = 203+252+62=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC3E is #3403C1. Grayscale: #D8D8D8. Windows color (decimal): -3408834 or 4127947. OLE color: 4127947.
HSL color Cylindrical-coordinate representation of color #CBFC3E: hue angle of 75.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBFC3E is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 62 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.01 |
| HSL | 75.47º | 0.97% | 0.62% | - |
| HSV(B) | 75.47º | 0.75% | 0.99% | - |
| XYZ | 60.31 | 82.67 | 17.33 | - |
| YUV | 215.69 | 41.27 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 62 | 0.19 | 0 | 0.75 | 0.01 | 75.47 | 0.97 | 0.62 |
| Hex | CB | FC | 3E | 13 | 0 | 4B | 1 | 4B | 61 | 3E |
| Octal | 313 | 374 | 76 | 23 | 0 | 113 | 1 | 113 | 141 | 76 |
| Binary | 11001011 | 11111100 | 111110 | 10011 | 0 | 1001011 | 1 | 1001011 | 1100001 | 111110 |
Color Harmonies of #CBFC3E
Complementary color
Monochromatic Colors of #CBFC3E
Black with #CBFC3E
Text Example
Text Example
White with #CBFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC3E; }
p { color: rgb(203,252,62); }
H1.HeaderClassName
{
color: #CBFC3E;
}
.AnyTagClassName
{
color: #CBFC3E;
}
</style>
background-color css
<style>
a { background-color: #CBFC3E; }
a { background-color: rgb(203,252,62); }
div.DivClassName
{
background-color: #CBFC3E;
}
.BgClassName
{
background-color: #CBFC3E;
}
</style>
border-color css
<style>
span { border-color: #CBFC3E; }
span { border-color: rgb(203,252,62); }
td.TdClassName
{
border-color: #CBFC3E;
}
.TagClassName
{
border-color: #CBFC3E;
}
</style>