Shades of Pear #CEF33E
Tints of Pear #CEF33E
RGB
CMYK
RGB Variations
Color information
#CEF33E (or 0xCEF33E) is known color: Pear. HEX triplet: CE, F3 and 3E. RGB value is (206,243,62). Sum of RGB (Red+Green+Blue) = 206+243+62=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF33E is #310CC1. Grayscale: #D3D3D3. Windows color (decimal): -3214530 or 4125646. OLE color: 4125646.
HSL color Cylindrical-coordinate representation of color #CEF33E: hue angle of 72.27º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF33E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 62 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.05 |
| HSL | 72.27º | 0.88% | 0.6% | - |
| HSV(B) | 72.27º | 0.74% | 0.95% | - |
| XYZ | 58.37 | 77.57 | 16.45 | - |
| YUV | 211.3 | 43.74 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 62 | 0.15 | 0 | 0.74 | 0.05 | 72.27 | 0.88 | 0.6 |
| Hex | CE | F3 | 3E | F | 0 | 4A | 5 | 48 | 58 | 3C |
| Octal | 316 | 363 | 76 | 17 | 0 | 112 | 5 | 110 | 130 | 74 |
| Binary | 11001110 | 11110011 | 111110 | 1111 | 0 | 1001010 | 101 | 1001000 | 1011000 | 111100 |
Color Harmonies of #CEF33E
Complementary color
Monochromatic Colors of #CEF33E
Black with #CEF33E
Text Example
Text Example
White with #CEF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF33E; }
p { color: rgb(206,243,62); }
H1.HeaderClassName
{
color: #CEF33E;
}
.AnyTagClassName
{
color: #CEF33E;
}
</style>
background-color css
<style>
a { background-color: #CEF33E; }
a { background-color: rgb(206,243,62); }
div.DivClassName
{
background-color: #CEF33E;
}
.BgClassName
{
background-color: #CEF33E;
}
</style>
border-color css
<style>
span { border-color: #CEF33E; }
span { border-color: rgb(206,243,62); }
td.TdClassName
{
border-color: #CEF33E;
}
.TagClassName
{
border-color: #CEF33E;
}
</style>