Shades of Pear #CEF325
Tints of Pear #CEF325
RGB
CMYK
RGB Variations
Color information
#CEF325 (or 0xCEF325) is known color: Pear. HEX triplet: CE, F3 and 25. RGB value is (206,243,37). Sum of RGB (Red+Green+Blue) = 206+243+37=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF325 is #310CDA. Grayscale: #D1D1D1. Windows color (decimal): -3214555 or 2487246. OLE color: 2487246.
HSL color Cylindrical-coordinate representation of color #CEF325: hue angle of 70.78º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF325 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.78º | 0.9% | 0.55% | - |
| HSV(B) | 70.78º | 0.85% | 0.95% | - |
| XYZ | 57.84 | 77.36 | 13.63 | - |
| YUV | 208.45 | 31.24 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 37 | 0.15 | 0 | 0.85 | 0.05 | 70.78 | 0.9 | 0.55 |
| Hex | CE | F3 | 25 | F | 0 | 55 | 5 | 47 | 5A | 37 |
| Octal | 316 | 363 | 45 | 17 | 0 | 125 | 5 | 107 | 132 | 67 |
| Binary | 11001110 | 11110011 | 100101 | 1111 | 0 | 1010101 | 101 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CEF325
Complementary color
Monochromatic Colors of #CEF325
Black with #CEF325
Text Example
Text Example
White with #CEF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF325; }
p { color: rgb(206,243,37); }
H1.HeaderClassName
{
color: #CEF325;
}
.AnyTagClassName
{
color: #CEF325;
}
</style>
background-color css
<style>
a { background-color: #CEF325; }
a { background-color: rgb(206,243,37); }
div.DivClassName
{
background-color: #CEF325;
}
.BgClassName
{
background-color: #CEF325;
}
</style>
border-color css
<style>
span { border-color: #CEF325; }
span { border-color: rgb(206,243,37); }
td.TdClassName
{
border-color: #CEF325;
}
.TagClassName
{
border-color: #CEF325;
}
</style>