Shades of Pear #CEEE30
Tints of Pear #CEEE30
RGB
CMYK
RGB Variations
Color information
#CEEE30 (or 0xCEEE30) is known color: Pear. HEX triplet: CE, EE and 30. RGB value is (206,238,48). Sum of RGB (Red+Green+Blue) = 206+238+48=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE30 is #3111CF. Grayscale: #CFCFCF. Windows color (decimal): -3215824 or 3206862. OLE color: 3206862.
HSL color Cylindrical-coordinate representation of color #CEEE30: hue angle of 70.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEEE30 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 48 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.07 |
| HSL | 70.11º | 0.85% | 0.56% | - |
| HSV(B) | 70.11º | 0.8% | 0.93% | - |
| XYZ | 56.56 | 74.48 | 14.19 | - |
| YUV | 206.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 48 | 0.13 | 0 | 0.80 | 0.07 | 70.11 | 0.85 | 0.56 |
| Hex | CE | EE | 30 | D | 0 | 50 | 7 | 46 | 55 | 38 |
| Octal | 316 | 356 | 60 | 15 | 0 | 120 | 7 | 106 | 125 | 70 |
| Binary | 11001110 | 11101110 | 110000 | 1101 | 0 | 1010000 | 111 | 1000110 | 1010101 | 111000 |
Color Harmonies of #CEEE30
Complementary color
Monochromatic Colors of #CEEE30
Black with #CEEE30
Text Example
Text Example
White with #CEEE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE30; }
p { color: rgb(206,238,48); }
H1.HeaderClassName
{
color: #CEEE30;
}
.AnyTagClassName
{
color: #CEEE30;
}
</style>
background-color css
<style>
a { background-color: #CEEE30; }
a { background-color: rgb(206,238,48); }
div.DivClassName
{
background-color: #CEEE30;
}
.BgClassName
{
background-color: #CEEE30;
}
</style>
border-color css
<style>
span { border-color: #CEEE30; }
span { border-color: rgb(206,238,48); }
td.TdClassName
{
border-color: #CEEE30;
}
.TagClassName
{
border-color: #CEEE30;
}
</style>