Shades of Pear #CEF924
Tints of Pear #CEF924
RGB
CMYK
RGB Variations
Color information
#CEF924 (or 0xCEF924) is known color: Pear. HEX triplet: CE, F9 and 24. RGB value is (206,249,36). Sum of RGB (Red+Green+Blue) = 206+249+36=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF924 is #3106DB. Grayscale: #D4D4D4. Windows color (decimal): -3213020 or 2423246. OLE color: 2423246.
HSL color Cylindrical-coordinate representation of color #CEF924: hue angle of 72.11º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEF924 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 36 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.02 |
| HSL | 72.11º | 0.95% | 0.56% | - |
| HSV(B) | 72.11º | 0.86% | 0.98% | - |
| XYZ | 59.65 | 81 | 14.16 | - |
| YUV | 211.86 | 28.75 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 36 | 0.17 | 0 | 0.86 | 0.02 | 72.11 | 0.95 | 0.56 |
| Hex | CE | F9 | 24 | 11 | 0 | 56 | 2 | 48 | 5F | 38 |
| Octal | 316 | 371 | 44 | 21 | 0 | 126 | 2 | 110 | 137 | 70 |
| Binary | 11001110 | 11111001 | 100100 | 10001 | 0 | 1010110 | 10 | 1001000 | 1011111 | 111000 |
Color Harmonies of #CEF924
Complementary color
Monochromatic Colors of #CEF924
Black with #CEF924
Text Example
Text Example
White with #CEF924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF924; }
p { color: rgb(206,249,36); }
H1.HeaderClassName
{
color: #CEF924;
}
.AnyTagClassName
{
color: #CEF924;
}
</style>
background-color css
<style>
a { background-color: #CEF924; }
a { background-color: rgb(206,249,36); }
div.DivClassName
{
background-color: #CEF924;
}
.BgClassName
{
background-color: #CEF924;
}
</style>
border-color css
<style>
span { border-color: #CEF924; }
span { border-color: rgb(206,249,36); }
td.TdClassName
{
border-color: #CEF924;
}
.TagClassName
{
border-color: #CEF924;
}
</style>