Shades of Pear #DEFD30
Tints of Pear #DEFD30
RGB
CMYK
RGB Variations
Color information
#DEFD30 (or 0xDEFD30) is known color: Pear. HEX triplet: DE, FD and 30. RGB value is (222,253,48). Sum of RGB (Red+Green+Blue) = 222+253+48=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFD30 is #2102CF. Grayscale: #DDDDDD. Windows color (decimal): -2163408 or 3210718. OLE color: 3210718.
HSL color Cylindrical-coordinate representation of color #DEFD30: hue angle of 69.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEFD30 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 48 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.01 |
| HSL | 69.07º | 0.98% | 0.59% | - |
| HSV(B) | 69.07º | 0.81% | 0.99% | - |
| XYZ | 65.78 | 85.99 | 15.93 | - |
| YUV | 220.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 48 | 0.12 | 0 | 0.81 | 0.01 | 69.07 | 0.98 | 0.59 |
| Hex | DE | FD | 30 | C | 0 | 51 | 1 | 45 | 62 | 3B |
| Octal | 336 | 375 | 60 | 14 | 0 | 121 | 1 | 105 | 142 | 73 |
| Binary | 11011110 | 11111101 | 110000 | 1100 | 0 | 1010001 | 1 | 1000101 | 1100010 | 111011 |
Color Harmonies of #DEFD30
Complementary color
Monochromatic Colors of #DEFD30
Black with #DEFD30
Text Example
Text Example
White with #DEFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFD30; }
p { color: rgb(222,253,48); }
H1.HeaderClassName
{
color: #DEFD30;
}
.AnyTagClassName
{
color: #DEFD30;
}
</style>
background-color css
<style>
a { background-color: #DEFD30; }
a { background-color: rgb(222,253,48); }
div.DivClassName
{
background-color: #DEFD30;
}
.BgClassName
{
background-color: #DEFD30;
}
</style>
border-color css
<style>
span { border-color: #DEFD30; }
span { border-color: rgb(222,253,48); }
td.TdClassName
{
border-color: #DEFD30;
}
.TagClassName
{
border-color: #DEFD30;
}
</style>