Shades of Pear #DEF128
Tints of Pear #DEF128
RGB
CMYK
RGB Variations
Color information
#DEF128 (or 0xDEF128) is known color: Pear. HEX triplet: DE, F1 and 28. RGB value is (222,241,40). Sum of RGB (Red+Green+Blue) = 222+241+40=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF128 is #210ED7. Grayscale: #D5D5D5. Windows color (decimal): -2166488 or 2683358. OLE color: 2683358.
HSL color Cylindrical-coordinate representation of color #DEF128: hue angle of 65.67º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEF128 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 40 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.05 |
| HSL | 65.67º | 0.88% | 0.55% | - |
| HSV(B) | 65.67º | 0.83% | 0.95% | - |
| XYZ | 61.96 | 78.59 | 13.91 | - |
| YUV | 212.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 40 | 0.08 | 0 | 0.83 | 0.05 | 65.67 | 0.88 | 0.55 |
| Hex | DE | F1 | 28 | 8 | 0 | 53 | 5 | 42 | 58 | 37 |
| Octal | 336 | 361 | 50 | 10 | 0 | 123 | 5 | 102 | 130 | 67 |
| Binary | 11011110 | 11110001 | 101000 | 1000 | 0 | 1010011 | 101 | 1000010 | 1011000 | 110111 |
Color Harmonies of #DEF128
Complementary color
Monochromatic Colors of #DEF128
Black with #DEF128
Text Example
Text Example
White with #DEF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF128; }
p { color: rgb(222,241,40); }
H1.HeaderClassName
{
color: #DEF128;
}
.AnyTagClassName
{
color: #DEF128;
}
</style>
background-color css
<style>
a { background-color: #DEF128; }
a { background-color: rgb(222,241,40); }
div.DivClassName
{
background-color: #DEF128;
}
.BgClassName
{
background-color: #DEF128;
}
</style>
border-color css
<style>
span { border-color: #DEF128; }
span { border-color: rgb(222,241,40); }
td.TdClassName
{
border-color: #DEF128;
}
.TagClassName
{
border-color: #DEF128;
}
</style>