Shades of Pear #CEF32D
Tints of Pear #CEF32D
RGB
CMYK
RGB Variations
Color information
#CEF32D (or 0xCEF32D) is known color: Pear. HEX triplet: CE, F3 and 2D. RGB value is (206,243,45). Sum of RGB (Red+Green+Blue) = 206+243+45=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF32D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF32D is #310CD2. Grayscale: #D2D2D2. Windows color (decimal): -3214547 or 3011534. OLE color: 3011534.
HSL color Cylindrical-coordinate representation of color #CEF32D: hue angle of 71.21º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEF32D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 45 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.05 |
| HSL | 71.21º | 0.89% | 0.56% | - |
| HSV(B) | 71.21º | 0.81% | 0.95% | - |
| XYZ | 57.98 | 77.41 | 14.37 | - |
| YUV | 209.37 | 35.24 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 45 | 0.15 | 0 | 0.81 | 0.05 | 71.21 | 0.89 | 0.56 |
| Hex | CE | F3 | 2D | F | 0 | 51 | 5 | 47 | 59 | 38 |
| Octal | 316 | 363 | 55 | 17 | 0 | 121 | 5 | 107 | 131 | 70 |
| Binary | 11001110 | 11110011 | 101101 | 1111 | 0 | 1010001 | 101 | 1000111 | 1011001 | 111000 |
Color Harmonies of #CEF32D
Complementary color
Monochromatic Colors of #CEF32D
Black with #CEF32D
Text Example
Text Example
White with #CEF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF32D; }
p { color: rgb(206,243,45); }
H1.HeaderClassName
{
color: #CEF32D;
}
.AnyTagClassName
{
color: #CEF32D;
}
</style>
background-color css
<style>
a { background-color: #CEF32D; }
a { background-color: rgb(206,243,45); }
div.DivClassName
{
background-color: #CEF32D;
}
.BgClassName
{
background-color: #CEF32D;
}
</style>
border-color css
<style>
span { border-color: #CEF32D; }
span { border-color: rgb(206,243,45); }
td.TdClassName
{
border-color: #CEF32D;
}
.TagClassName
{
border-color: #CEF32D;
}
</style>