Shades of Pear #CEFA40
Tints of Pear #CEFA40
RGB
CMYK
RGB Variations
Color information
#CEFA40 (or 0xCEFA40) is known color: Pear. HEX triplet: CE, FA and 40. RGB value is (206,250,64). Sum of RGB (Red+Green+Blue) = 206+250+64=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA40 is #3105BF. Grayscale: #D8D8D8. Windows color (decimal): -3212736 or 4258510. OLE color: 4258510.
HSL color Cylindrical-coordinate representation of color #CEFA40: hue angle of 74.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEFA40 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 64 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.02 |
| HSL | 74.19º | 0.95% | 0.62% | - |
| HSV(B) | 74.19º | 0.74% | 0.98% | - |
| XYZ | 60.56 | 81.86 | 17.46 | - |
| YUV | 215.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 64 | 0.18 | 0 | 0.74 | 0.02 | 74.19 | 0.95 | 0.62 |
| Hex | CE | FA | 40 | 12 | 0 | 4A | 2 | 4A | 5F | 3E |
| Octal | 316 | 372 | 100 | 22 | 0 | 112 | 2 | 112 | 137 | 76 |
| Binary | 11001110 | 11111010 | 1000000 | 10010 | 0 | 1001010 | 10 | 1001010 | 1011111 | 111110 |
Color Harmonies of #CEFA40
Complementary color
Monochromatic Colors of #CEFA40
Black with #CEFA40
Text Example
Text Example
White with #CEFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA40; }
p { color: rgb(206,250,64); }
H1.HeaderClassName
{
color: #CEFA40;
}
.AnyTagClassName
{
color: #CEFA40;
}
</style>
background-color css
<style>
a { background-color: #CEFA40; }
a { background-color: rgb(206,250,64); }
div.DivClassName
{
background-color: #CEFA40;
}
.BgClassName
{
background-color: #CEFA40;
}
</style>
border-color css
<style>
span { border-color: #CEFA40; }
span { border-color: rgb(206,250,64); }
td.TdClassName
{
border-color: #CEFA40;
}
.TagClassName
{
border-color: #CEFA40;
}
</style>