Shades of Pear #CEEE3C
Tints of Pear #CEEE3C
RGB
CMYK
RGB Variations
Color information
#CEEE3C (or 0xCEEE3C) is known color: Pear. HEX triplet: CE, EE and 3C. RGB value is (206,238,60). Sum of RGB (Red+Green+Blue) = 206+238+60=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE3C is #3111C3. Grayscale: #D0D0D0. Windows color (decimal): -3215812 or 3993294. OLE color: 3993294.
HSL color Cylindrical-coordinate representation of color #CEEE3C: hue angle of 70.79º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEEE3C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 60 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.07 |
| HSL | 70.79º | 0.84% | 0.58% | - |
| HSV(B) | 70.79º | 0.75% | 0.93% | - |
| XYZ | 56.84 | 74.6 | 15.68 | - |
| YUV | 208.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 60 | 0.13 | 0 | 0.75 | 0.07 | 70.79 | 0.84 | 0.58 |
| Hex | CE | EE | 3C | D | 0 | 4B | 7 | 47 | 54 | 3A |
| Octal | 316 | 356 | 74 | 15 | 0 | 113 | 7 | 107 | 124 | 72 |
| Binary | 11001110 | 11101110 | 111100 | 1101 | 0 | 1001011 | 111 | 1000111 | 1010100 | 111010 |
Color Harmonies of #CEEE3C
Complementary color
Monochromatic Colors of #CEEE3C
Black with #CEEE3C
Text Example
Text Example
White with #CEEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE3C; }
p { color: rgb(206,238,60); }
H1.HeaderClassName
{
color: #CEEE3C;
}
.AnyTagClassName
{
color: #CEEE3C;
}
</style>
background-color css
<style>
a { background-color: #CEEE3C; }
a { background-color: rgb(206,238,60); }
div.DivClassName
{
background-color: #CEEE3C;
}
.BgClassName
{
background-color: #CEEE3C;
}
</style>
border-color css
<style>
span { border-color: #CEEE3C; }
span { border-color: rgb(206,238,60); }
td.TdClassName
{
border-color: #CEEE3C;
}
.TagClassName
{
border-color: #CEEE3C;
}
</style>