Shades of Pear #CEF32F
Tints of Pear #CEF32F
RGB
CMYK
RGB Variations
Color information
#CEF32F (or 0xCEF32F) is known color: Pear. HEX triplet: CE, F3 and 2F. RGB value is (206,243,47). Sum of RGB (Red+Green+Blue) = 206+243+47=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF32F is #310CD0. Grayscale: #D2D2D2. Windows color (decimal): -3214545 or 3142606. OLE color: 3142606.
HSL color Cylindrical-coordinate representation of color #CEF32F: hue angle of 71.33º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEF32F is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 47 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.05 |
| HSL | 71.33º | 0.89% | 0.57% | - |
| HSV(B) | 71.33º | 0.81% | 0.95% | - |
| XYZ | 58.02 | 77.43 | 14.58 | - |
| YUV | 209.59 | 36.24 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 47 | 0.15 | 0 | 0.81 | 0.05 | 71.33 | 0.89 | 0.57 |
| Hex | CE | F3 | 2F | F | 0 | 51 | 5 | 47 | 59 | 39 |
| Octal | 316 | 363 | 57 | 17 | 0 | 121 | 5 | 107 | 131 | 71 |
| Binary | 11001110 | 11110011 | 101111 | 1111 | 0 | 1010001 | 101 | 1000111 | 1011001 | 111001 |
Color Harmonies of #CEF32F
Complementary color
Monochromatic Colors of #CEF32F
Black with #CEF32F
Text Example
Text Example
White with #CEF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF32F; }
p { color: rgb(206,243,47); }
H1.HeaderClassName
{
color: #CEF32F;
}
.AnyTagClassName
{
color: #CEF32F;
}
</style>
background-color css
<style>
a { background-color: #CEF32F; }
a { background-color: rgb(206,243,47); }
div.DivClassName
{
background-color: #CEF32F;
}
.BgClassName
{
background-color: #CEF32F;
}
</style>
border-color css
<style>
span { border-color: #CEF32F; }
span { border-color: rgb(206,243,47); }
td.TdClassName
{
border-color: #CEF32F;
}
.TagClassName
{
border-color: #CEF32F;
}
</style>