Shades of Pear #DEF935
Tints of Pear #DEF935
RGB
CMYK
RGB Variations
Color information
#DEF935 (or 0xDEF935) is known color: Pear. HEX triplet: DE, F9 and 35. RGB value is (222,249,53). Sum of RGB (Red+Green+Blue) = 222+249+53=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 53 (21.09% from 255 or 10.11% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF935 is #2106CA. Grayscale: #DBDBDB. Windows color (decimal): -2164427 or 3537374. OLE color: 3537374.
HSL color Cylindrical-coordinate representation of color #DEF935: hue angle of 68.27º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEF935 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 53 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.02 |
| HSL | 68.27º | 0.94% | 0.59% | - |
| HSV(B) | 68.27º | 0.79% | 0.98% | - |
| XYZ | 64.64 | 83.54 | 16.09 | - |
| YUV | 218.58 | 34.55 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 53 | 0.11 | 0 | 0.79 | 0.02 | 68.27 | 0.94 | 0.59 |
| Hex | DE | F9 | 35 | B | 0 | 4F | 2 | 44 | 5E | 3B |
| Octal | 336 | 371 | 65 | 13 | 0 | 117 | 2 | 104 | 136 | 73 |
| Binary | 11011110 | 11111001 | 110101 | 1011 | 0 | 1001111 | 10 | 1000100 | 1011110 | 111011 |
Color Harmonies of #DEF935
Complementary color
Monochromatic Colors of #DEF935
Black with #DEF935
Text Example
Text Example
White with #DEF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF935; }
p { color: rgb(222,249,53); }
H1.HeaderClassName
{
color: #DEF935;
}
.AnyTagClassName
{
color: #DEF935;
}
</style>
background-color css
<style>
a { background-color: #DEF935; }
a { background-color: rgb(222,249,53); }
div.DivClassName
{
background-color: #DEF935;
}
.BgClassName
{
background-color: #DEF935;
}
</style>
border-color css
<style>
span { border-color: #DEF935; }
span { border-color: rgb(222,249,53); }
td.TdClassName
{
border-color: #DEF935;
}
.TagClassName
{
border-color: #DEF935;
}
</style>