Shades of Pear #CEFA3C
Tints of Pear #CEFA3C
RGB
CMYK
RGB Variations
Color information
#CEFA3C (or 0xCEFA3C) is known color: Pear. HEX triplet: CE, FA and 3C. RGB value is (206,250,60). Sum of RGB (Red+Green+Blue) = 206+250+60=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA3C is #3105C3. Grayscale: #D7D7D7. Windows color (decimal): -3212740 or 3996366. OLE color: 3996366.
HSL color Cylindrical-coordinate representation of color #CEFA3C: hue angle of 73.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEFA3C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 60 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.02 |
| HSL | 73.89º | 0.95% | 0.61% | - |
| HSV(B) | 73.89º | 0.76% | 0.98% | - |
| XYZ | 60.45 | 81.82 | 16.88 | - |
| YUV | 215.18 | 40.42 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 60 | 0.18 | 0 | 0.76 | 0.02 | 73.89 | 0.95 | 0.61 |
| Hex | CE | FA | 3C | 12 | 0 | 4C | 2 | 4A | 5F | 3D |
| Octal | 316 | 372 | 74 | 22 | 0 | 114 | 2 | 112 | 137 | 75 |
| Binary | 11001110 | 11111010 | 111100 | 10010 | 0 | 1001100 | 10 | 1001010 | 1011111 | 111101 |
Color Harmonies of #CEFA3C
Complementary color
Monochromatic Colors of #CEFA3C
Black with #CEFA3C
Text Example
Text Example
White with #CEFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA3C; }
p { color: rgb(206,250,60); }
H1.HeaderClassName
{
color: #CEFA3C;
}
.AnyTagClassName
{
color: #CEFA3C;
}
</style>
background-color css
<style>
a { background-color: #CEFA3C; }
a { background-color: rgb(206,250,60); }
div.DivClassName
{
background-color: #CEFA3C;
}
.BgClassName
{
background-color: #CEFA3C;
}
</style>
border-color css
<style>
span { border-color: #CEFA3C; }
span { border-color: rgb(206,250,60); }
td.TdClassName
{
border-color: #CEFA3C;
}
.TagClassName
{
border-color: #CEFA3C;
}
</style>