Shades of Pear #CEEF3C
Tints of Pear #CEEF3C
RGB
CMYK
RGB Variations
Color information
#CEEF3C (or 0xCEEF3C) is known color: Pear. HEX triplet: CE, EF and 3C. RGB value is (206,239,60). Sum of RGB (Red+Green+Blue) = 206+239+60=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF3C is #3110C3. Grayscale: #D1D1D1. Windows color (decimal): -3215556 or 3993550. OLE color: 3993550.
HSL color Cylindrical-coordinate representation of color #CEEF3C: hue angle of 71.06º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEEF3C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 60 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.06 |
| HSL | 71.06º | 0.85% | 0.59% | - |
| HSV(B) | 71.06º | 0.75% | 0.94% | - |
| XYZ | 57.14 | 75.18 | 15.77 | - |
| YUV | 208.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 60 | 0.14 | 0 | 0.75 | 0.06 | 71.06 | 0.85 | 0.59 |
| Hex | CE | EF | 3C | E | 0 | 4B | 6 | 47 | 55 | 3B |
| Octal | 316 | 357 | 74 | 16 | 0 | 113 | 6 | 107 | 125 | 73 |
| Binary | 11001110 | 11101111 | 111100 | 1110 | 0 | 1001011 | 110 | 1000111 | 1010101 | 111011 |
Color Harmonies of #CEEF3C
Complementary color
Monochromatic Colors of #CEEF3C
Black with #CEEF3C
Text Example
Text Example
White with #CEEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEF3C; }
p { color: rgb(206,239,60); }
H1.HeaderClassName
{
color: #CEEF3C;
}
.AnyTagClassName
{
color: #CEEF3C;
}
</style>
background-color css
<style>
a { background-color: #CEEF3C; }
a { background-color: rgb(206,239,60); }
div.DivClassName
{
background-color: #CEEF3C;
}
.BgClassName
{
background-color: #CEEF3C;
}
</style>
border-color css
<style>
span { border-color: #CEEF3C; }
span { border-color: rgb(206,239,60); }
td.TdClassName
{
border-color: #CEEF3C;
}
.TagClassName
{
border-color: #CEEF3C;
}
</style>