Shades of Pear #CEF53C
Tints of Pear #CEF53C
RGB
CMYK
RGB Variations
Color information
#CEF53C (or 0xCEF53C) is known color: Pear. HEX triplet: CE, F5 and 3C. RGB value is (206,245,60). Sum of RGB (Red+Green+Blue) = 206+245+60=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF53C is #310AC3. Grayscale: #D4D4D4. Windows color (decimal): -3214020 or 3995086. OLE color: 3995086.
HSL color Cylindrical-coordinate representation of color #CEF53C: hue angle of 72.65º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEF53C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 60 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.04 |
| HSL | 72.65º | 0.9% | 0.6% | - |
| HSV(B) | 72.65º | 0.76% | 0.96% | - |
| XYZ | 58.92 | 78.75 | 16.37 | - |
| YUV | 212.25 | 42.08 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 60 | 0.16 | 0 | 0.76 | 0.04 | 72.65 | 0.9 | 0.6 |
| Hex | CE | F5 | 3C | 10 | 0 | 4C | 4 | 49 | 5A | 3C |
| Octal | 316 | 365 | 74 | 20 | 0 | 114 | 4 | 111 | 132 | 74 |
| Binary | 11001110 | 11110101 | 111100 | 10000 | 0 | 1001100 | 100 | 1001001 | 1011010 | 111100 |
Color Harmonies of #CEF53C
Complementary color
Monochromatic Colors of #CEF53C
Black with #CEF53C
Text Example
Text Example
White with #CEF53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF53C; }
p { color: rgb(206,245,60); }
H1.HeaderClassName
{
color: #CEF53C;
}
.AnyTagClassName
{
color: #CEF53C;
}
</style>
background-color css
<style>
a { background-color: #CEF53C; }
a { background-color: rgb(206,245,60); }
div.DivClassName
{
background-color: #CEF53C;
}
.BgClassName
{
background-color: #CEF53C;
}
</style>
border-color css
<style>
span { border-color: #CEF53C; }
span { border-color: rgb(206,245,60); }
td.TdClassName
{
border-color: #CEF53C;
}
.TagClassName
{
border-color: #CEF53C;
}
</style>