Shades of Pear #CEF925
Tints of Pear #CEF925
RGB
CMYK
RGB Variations
Color information
#CEF925 (or 0xCEF925) is known color: Pear. HEX triplet: CE, F9 and 25. RGB value is (206,249,37). Sum of RGB (Red+Green+Blue) = 206+249+37=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF925 is #3106DA. Grayscale: #D4D4D4. Windows color (decimal): -3213019 or 2488782. OLE color: 2488782.
HSL color Cylindrical-coordinate representation of color #CEF925: hue angle of 72.17º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEF925 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.02 |
| HSL | 72.17º | 0.95% | 0.56% | - |
| HSV(B) | 72.17º | 0.85% | 0.98% | - |
| XYZ | 59.66 | 81.01 | 14.24 | - |
| YUV | 211.98 | 29.25 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 37 | 0.17 | 0 | 0.85 | 0.02 | 72.17 | 0.95 | 0.56 |
| Hex | CE | F9 | 25 | 11 | 0 | 55 | 2 | 48 | 5F | 38 |
| Octal | 316 | 371 | 45 | 21 | 0 | 125 | 2 | 110 | 137 | 70 |
| Binary | 11001110 | 11111001 | 100101 | 10001 | 0 | 1010101 | 10 | 1001000 | 1011111 | 111000 |
Color Harmonies of #CEF925
Complementary color
Monochromatic Colors of #CEF925
Black with #CEF925
Text Example
Text Example
White with #CEF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF925; }
p { color: rgb(206,249,37); }
H1.HeaderClassName
{
color: #CEF925;
}
.AnyTagClassName
{
color: #CEF925;
}
</style>
background-color css
<style>
a { background-color: #CEF925; }
a { background-color: rgb(206,249,37); }
div.DivClassName
{
background-color: #CEF925;
}
.BgClassName
{
background-color: #CEF925;
}
</style>
border-color css
<style>
span { border-color: #CEF925; }
span { border-color: rgb(206,249,37); }
td.TdClassName
{
border-color: #CEF925;
}
.TagClassName
{
border-color: #CEF925;
}
</style>