Shades of Pear #DEF31C
Tints of Pear #DEF31C
RGB
CMYK
RGB Variations
Color information
#DEF31C (or 0xDEF31C) is known color: Pear. HEX triplet: DE, F3 and 1C. RGB value is (222,243,28). Sum of RGB (Red+Green+Blue) = 222+243+28=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF31C is #210CE3. Grayscale: #D5D5D5. Windows color (decimal): -2165988 or 1897438. OLE color: 1897438.
HSL color Cylindrical-coordinate representation of color #DEF31C: hue angle of 65.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEF31C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.05 |
| HSL | 65.86º | 0.9% | 0.53% | - |
| HSV(B) | 65.86º | 0.88% | 0.95% | - |
| XYZ | 62.38 | 79.71 | 13.2 | - |
| YUV | 212.21 | 24.04 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 28 | 0.09 | 0 | 0.88 | 0.05 | 65.86 | 0.9 | 0.53 |
| Hex | DE | F3 | 1C | 9 | 0 | 58 | 5 | 42 | 5A | 35 |
| Octal | 336 | 363 | 34 | 11 | 0 | 130 | 5 | 102 | 132 | 65 |
| Binary | 11011110 | 11110011 | 11100 | 1001 | 0 | 1011000 | 101 | 1000010 | 1011010 | 110101 |
Color Harmonies of #DEF31C
Complementary color
Monochromatic Colors of #DEF31C
Black with #DEF31C
Text Example
Text Example
White with #DEF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF31C; }
p { color: rgb(222,243,28); }
H1.HeaderClassName
{
color: #DEF31C;
}
.AnyTagClassName
{
color: #DEF31C;
}
</style>
background-color css
<style>
a { background-color: #DEF31C; }
a { background-color: rgb(222,243,28); }
div.DivClassName
{
background-color: #DEF31C;
}
.BgClassName
{
background-color: #DEF31C;
}
</style>
border-color css
<style>
span { border-color: #DEF31C; }
span { border-color: rgb(222,243,28); }
td.TdClassName
{
border-color: #DEF31C;
}
.TagClassName
{
border-color: #DEF31C;
}
</style>