Shades of Pear #CEFE23
Tints of Pear #CEFE23
RGB
CMYK
RGB Variations
Color information
#CEFE23 (or 0xCEFE23) is known color: Pear. HEX triplet: CE, FE and 23. RGB value is (206,254,35). Sum of RGB (Red+Green+Blue) = 206+254+35=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE23 is #3101DC. Grayscale: #D7D7D7. Windows color (decimal): -3211741 or 2358990. OLE color: 2358990.
HSL color Cylindrical-coordinate representation of color #CEFE23: hue angle of 73.15º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEFE23 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 35 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.00 |
| HSL | 73.15º | 0.99% | 0.57% | - |
| HSV(B) | 73.15º | 0.86% | 1% | - |
| XYZ | 61.2 | 84.13 | 14.6 | - |
| YUV | 214.68 | 26.6 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 35 | 0.19 | 0 | 0.86 | 0.00 | 73.15 | 0.99 | 0.57 |
| Hex | CE | FE | 23 | 13 | 0 | 56 | 0 | 49 | 63 | 39 |
| Octal | 316 | 376 | 43 | 23 | 0 | 126 | 0 | 111 | 143 | 71 |
| Binary | 11001110 | 11111110 | 100011 | 10011 | 0 | 1010110 | 0 | 1001001 | 1100011 | 111001 |
Color Harmonies of #CEFE23
Complementary color
Monochromatic Colors of #CEFE23
Black with #CEFE23
Text Example
Text Example
White with #CEFE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE23; }
p { color: rgb(206,254,35); }
H1.HeaderClassName
{
color: #CEFE23;
}
.AnyTagClassName
{
color: #CEFE23;
}
</style>
background-color css
<style>
a { background-color: #CEFE23; }
a { background-color: rgb(206,254,35); }
div.DivClassName
{
background-color: #CEFE23;
}
.BgClassName
{
background-color: #CEFE23;
}
</style>
border-color css
<style>
span { border-color: #CEFE23; }
span { border-color: rgb(206,254,35); }
td.TdClassName
{
border-color: #CEFE23;
}
.TagClassName
{
border-color: #CEFE23;
}
</style>