Shades of Pear #DEF938
Tints of Pear #DEF938
RGB
CMYK
RGB Variations
Color information
#DEF938 (or 0xDEF938) is known color: Pear. HEX triplet: DE, F9 and 38. RGB value is (222,249,56). Sum of RGB (Red+Green+Blue) = 222+249+56=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 56 (22.27% from 255 or 10.63% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF938 is #2106C7. Grayscale: #DBDBDB. Windows color (decimal): -2164424 or 3733982. OLE color: 3733982.
HSL color Cylindrical-coordinate representation of color #DEF938: hue angle of 68.39º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEF938 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 56 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.02 |
| HSL | 68.39º | 0.94% | 0.6% | - |
| HSV(B) | 68.39º | 0.78% | 0.98% | - |
| XYZ | 64.71 | 83.57 | 16.46 | - |
| YUV | 218.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 56 | 0.11 | 0 | 0.78 | 0.02 | 68.39 | 0.94 | 0.6 |
| Hex | DE | F9 | 38 | B | 0 | 4E | 2 | 44 | 5E | 3C |
| Octal | 336 | 371 | 70 | 13 | 0 | 116 | 2 | 104 | 136 | 74 |
| Binary | 11011110 | 11111001 | 111000 | 1011 | 0 | 1001110 | 10 | 1000100 | 1011110 | 111100 |
Color Harmonies of #DEF938
Complementary color
Monochromatic Colors of #DEF938
Black with #DEF938
Text Example
Text Example
White with #DEF938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF938; }
p { color: rgb(222,249,56); }
H1.HeaderClassName
{
color: #DEF938;
}
.AnyTagClassName
{
color: #DEF938;
}
</style>
background-color css
<style>
a { background-color: #DEF938; }
a { background-color: rgb(222,249,56); }
div.DivClassName
{
background-color: #DEF938;
}
.BgClassName
{
background-color: #DEF938;
}
</style>
border-color css
<style>
span { border-color: #DEF938; }
span { border-color: rgb(222,249,56); }
td.TdClassName
{
border-color: #DEF938;
}
.TagClassName
{
border-color: #DEF938;
}
</style>