Shades of Pear #DEF325
Tints of Pear #DEF325
RGB
CMYK
RGB Variations
Color information
#DEF325 (or 0xDEF325) is known color: Pear. HEX triplet: DE, F3 and 25. RGB value is (222,243,37). Sum of RGB (Red+Green+Blue) = 222+243+37=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF325 is #210CDA. Grayscale: #D6D6D6. Windows color (decimal): -2165979 or 2487262. OLE color: 2487262.
HSL color Cylindrical-coordinate representation of color #DEF325: hue angle of 66.12º 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 #DEF325 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 37 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.05 |
| HSL | 66.12º | 0.9% | 0.55% | - |
| HSV(B) | 66.12º | 0.85% | 0.95% | - |
| XYZ | 62.51 | 79.76 | 13.85 | - |
| YUV | 213.24 | 28.54 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 37 | 0.09 | 0 | 0.85 | 0.05 | 66.12 | 0.9 | 0.55 |
| Hex | DE | F3 | 25 | 9 | 0 | 55 | 5 | 42 | 5A | 37 |
| Octal | 336 | 363 | 45 | 11 | 0 | 125 | 5 | 102 | 132 | 67 |
| Binary | 11011110 | 11110011 | 100101 | 1001 | 0 | 1010101 | 101 | 1000010 | 1011010 | 110111 |
Color Harmonies of #DEF325
Complementary color
Monochromatic Colors of #DEF325
Black with #DEF325
Text Example
Text Example
White with #DEF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF325; }
p { color: rgb(222,243,37); }
H1.HeaderClassName
{
color: #DEF325;
}
.AnyTagClassName
{
color: #DEF325;
}
</style>
background-color css
<style>
a { background-color: #DEF325; }
a { background-color: rgb(222,243,37); }
div.DivClassName
{
background-color: #DEF325;
}
.BgClassName
{
background-color: #DEF325;
}
</style>
border-color css
<style>
span { border-color: #DEF325; }
span { border-color: rgb(222,243,37); }
td.TdClassName
{
border-color: #DEF325;
}
.TagClassName
{
border-color: #DEF325;
}
</style>