Shades of Pear #CEF13C
Tints of Pear #CEF13C
RGB
CMYK
RGB Variations
Color information
#CEF13C (or 0xCEF13C) is known color: Pear. HEX triplet: CE, F1 and 3C. RGB value is (206,241,60). Sum of RGB (Red+Green+Blue) = 206+241+60=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF13C is #310EC3. Grayscale: #D2D2D2. Windows color (decimal): -3215044 or 3994062. OLE color: 3994062.
HSL color Cylindrical-coordinate representation of color #CEF13C: hue angle of 71.6º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEF13C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 60 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.05 |
| HSL | 71.6º | 0.87% | 0.59% | - |
| HSV(B) | 71.6º | 0.75% | 0.95% | - |
| XYZ | 57.72 | 76.36 | 15.97 | - |
| YUV | 209.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 60 | 0.15 | 0 | 0.75 | 0.05 | 71.6 | 0.87 | 0.59 |
| Hex | CE | F1 | 3C | F | 0 | 4B | 5 | 48 | 57 | 3B |
| Octal | 316 | 361 | 74 | 17 | 0 | 113 | 5 | 110 | 127 | 73 |
| Binary | 11001110 | 11110001 | 111100 | 1111 | 0 | 1001011 | 101 | 1001000 | 1010111 | 111011 |
Color Harmonies of #CEF13C
Complementary color
Monochromatic Colors of #CEF13C
Black with #CEF13C
Text Example
Text Example
White with #CEF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF13C; }
p { color: rgb(206,241,60); }
H1.HeaderClassName
{
color: #CEF13C;
}
.AnyTagClassName
{
color: #CEF13C;
}
</style>
background-color css
<style>
a { background-color: #CEF13C; }
a { background-color: rgb(206,241,60); }
div.DivClassName
{
background-color: #CEF13C;
}
.BgClassName
{
background-color: #CEF13C;
}
</style>
border-color css
<style>
span { border-color: #CEF13C; }
span { border-color: rgb(206,241,60); }
td.TdClassName
{
border-color: #CEF13C;
}
.TagClassName
{
border-color: #CEF13C;
}
</style>