Shades of Pear #DEF130
Tints of Pear #DEF130
RGB
CMYK
RGB Variations
Color information
#DEF130 (or 0xDEF130) is known color: Pear. HEX triplet: DE, F1 and 30. RGB value is (222,241,48). Sum of RGB (Red+Green+Blue) = 222+241+48=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF130 is #210ECF. Grayscale: #D6D6D6. Windows color (decimal): -2166480 or 3207646. OLE color: 3207646.
HSL color Cylindrical-coordinate representation of color #DEF130: hue angle of 65.91º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEF130 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 48 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.05 |
| HSL | 65.91º | 0.87% | 0.57% | - |
| HSV(B) | 65.91º | 0.8% | 0.95% | - |
| XYZ | 62.11 | 78.65 | 14.7 | - |
| YUV | 213.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 48 | 0.08 | 0 | 0.80 | 0.05 | 65.91 | 0.87 | 0.57 |
| Hex | DE | F1 | 30 | 8 | 0 | 50 | 5 | 42 | 57 | 39 |
| Octal | 336 | 361 | 60 | 10 | 0 | 120 | 5 | 102 | 127 | 71 |
| Binary | 11011110 | 11110001 | 110000 | 1000 | 0 | 1010000 | 101 | 1000010 | 1010111 | 111001 |
Color Harmonies of #DEF130
Complementary color
Monochromatic Colors of #DEF130
Black with #DEF130
Text Example
Text Example
White with #DEF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF130; }
p { color: rgb(222,241,48); }
H1.HeaderClassName
{
color: #DEF130;
}
.AnyTagClassName
{
color: #DEF130;
}
</style>
background-color css
<style>
a { background-color: #DEF130; }
a { background-color: rgb(222,241,48); }
div.DivClassName
{
background-color: #DEF130;
}
.BgClassName
{
background-color: #DEF130;
}
</style>
border-color css
<style>
span { border-color: #DEF130; }
span { border-color: rgb(222,241,48); }
td.TdClassName
{
border-color: #DEF130;
}
.TagClassName
{
border-color: #DEF130;
}
</style>