Shades of Pear #CEFE32
Tints of Pear #CEFE32
RGB
CMYK
RGB Variations
Color information
#CEFE32 (or 0xCEFE32) is known color: Pear. HEX triplet: CE, FE and 32. RGB value is (206,254,50). Sum of RGB (Red+Green+Blue) = 206+254+50=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE32 is #3101CD. Grayscale: #D9D9D9. Windows color (decimal): -3211726 or 3342030. OLE color: 3342030.
HSL color Cylindrical-coordinate representation of color #CEFE32: hue angle of 74.12º 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 #CEFE32 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 50 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.00 |
| HSL | 74.12º | 0.99% | 0.6% | - |
| HSV(B) | 74.12º | 0.8% | 1% | - |
| XYZ | 61.47 | 84.24 | 16.04 | - |
| YUV | 216.39 | 34.1 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 50 | 0.19 | 0 | 0.80 | 0.00 | 74.12 | 0.99 | 0.6 |
| Hex | CE | FE | 32 | 13 | 0 | 50 | 0 | 4A | 63 | 3C |
| Octal | 316 | 376 | 62 | 23 | 0 | 120 | 0 | 112 | 143 | 74 |
| Binary | 11001110 | 11111110 | 110010 | 10011 | 0 | 1010000 | 0 | 1001010 | 1100011 | 111100 |
Color Harmonies of #CEFE32
Complementary color
Monochromatic Colors of #CEFE32
Black with #CEFE32
Text Example
Text Example
White with #CEFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE32; }
p { color: rgb(206,254,50); }
H1.HeaderClassName
{
color: #CEFE32;
}
.AnyTagClassName
{
color: #CEFE32;
}
</style>
background-color css
<style>
a { background-color: #CEFE32; }
a { background-color: rgb(206,254,50); }
div.DivClassName
{
background-color: #CEFE32;
}
.BgClassName
{
background-color: #CEFE32;
}
</style>
border-color css
<style>
span { border-color: #CEFE32; }
span { border-color: rgb(206,254,50); }
td.TdClassName
{
border-color: #CEFE32;
}
.TagClassName
{
border-color: #CEFE32;
}
</style>