Shades of Pear #CEFE3D
Tints of Pear #CEFE3D
RGB
CMYK
RGB Variations
Color information
#CEFE3D (or 0xCEFE3D) is known color: Pear. HEX triplet: CE, FE and 3D. RGB value is (206,254,61). Sum of RGB (Red+Green+Blue) = 206+254+61=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE3D is #3101C2. Grayscale: #DADADA. Windows color (decimal): -3211715 or 4062926. OLE color: 4062926.
HSL color Cylindrical-coordinate representation of color #CEFE3D: hue angle of 74.92º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEFE3D is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 61 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.00 |
| HSL | 74.92º | 0.99% | 0.62% | - |
| HSV(B) | 74.92º | 0.76% | 1% | - |
| XYZ | 61.74 | 84.34 | 17.44 | - |
| YUV | 217.65 | 39.6 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 61 | 0.19 | 0 | 0.76 | 0.00 | 74.92 | 0.99 | 0.62 |
| Hex | CE | FE | 3D | 13 | 0 | 4C | 0 | 4B | 63 | 3E |
| Octal | 316 | 376 | 75 | 23 | 0 | 114 | 0 | 113 | 143 | 76 |
| Binary | 11001110 | 11111110 | 111101 | 10011 | 0 | 1001100 | 0 | 1001011 | 1100011 | 111110 |
Color Harmonies of #CEFE3D
Complementary color
Monochromatic Colors of #CEFE3D
Black with #CEFE3D
Text Example
Text Example
White with #CEFE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE3D; }
p { color: rgb(206,254,61); }
H1.HeaderClassName
{
color: #CEFE3D;
}
.AnyTagClassName
{
color: #CEFE3D;
}
</style>
background-color css
<style>
a { background-color: #CEFE3D; }
a { background-color: rgb(206,254,61); }
div.DivClassName
{
background-color: #CEFE3D;
}
.BgClassName
{
background-color: #CEFE3D;
}
</style>
border-color css
<style>
span { border-color: #CEFE3D; }
span { border-color: rgb(206,254,61); }
td.TdClassName
{
border-color: #CEFE3D;
}
.TagClassName
{
border-color: #CEFE3D;
}
</style>