Shades of Pear #CEFE34
Tints of Pear #CEFE34
RGB
CMYK
RGB Variations
Color information
#CEFE34 (or 0xCEFE34) is known color: Pear. HEX triplet: CE, FE and 34. RGB value is (206,254,52). Sum of RGB (Red+Green+Blue) = 206+254+52=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE34 is #3101CB. Grayscale: #D9D9D9. Windows color (decimal): -3211724 or 3473102. OLE color: 3473102.
HSL color Cylindrical-coordinate representation of color #CEFE34: hue angle of 74.26º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEFE34 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 52 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.00 |
| HSL | 74.26º | 0.99% | 0.6% | - |
| HSV(B) | 74.26º | 0.8% | 1% | - |
| XYZ | 61.52 | 84.25 | 16.27 | - |
| YUV | 216.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 52 | 0.19 | 0 | 0.80 | 0.00 | 74.26 | 0.99 | 0.6 |
| Hex | CE | FE | 34 | 13 | 0 | 50 | 0 | 4A | 63 | 3C |
| Octal | 316 | 376 | 64 | 23 | 0 | 120 | 0 | 112 | 143 | 74 |
| Binary | 11001110 | 11111110 | 110100 | 10011 | 0 | 1010000 | 0 | 1001010 | 1100011 | 111100 |
Color Harmonies of #CEFE34
Complementary color
Monochromatic Colors of #CEFE34
Black with #CEFE34
Text Example
Text Example
White with #CEFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE34; }
p { color: rgb(206,254,52); }
H1.HeaderClassName
{
color: #CEFE34;
}
.AnyTagClassName
{
color: #CEFE34;
}
</style>
background-color css
<style>
a { background-color: #CEFE34; }
a { background-color: rgb(206,254,52); }
div.DivClassName
{
background-color: #CEFE34;
}
.BgClassName
{
background-color: #CEFE34;
}
</style>
border-color css
<style>
span { border-color: #CEFE34; }
span { border-color: rgb(206,254,52); }
td.TdClassName
{
border-color: #CEFE34;
}
.TagClassName
{
border-color: #CEFE34;
}
</style>