Shades of Pear #DEF23D
Tints of Pear #DEF23D
RGB
CMYK
RGB Variations
Color information
#DEF23D (or 0xDEF23D) is known color: Pear. HEX triplet: DE, F2 and 3D. RGB value is (222,242,61). Sum of RGB (Red+Green+Blue) = 222+242+61=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF23D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF23D is #210DC2. Grayscale: #D8D8D8. Windows color (decimal): -2166211 or 4059870. OLE color: 4059870.
HSL color Cylindrical-coordinate representation of color #DEF23D: hue angle of 66.63º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEF23D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 61 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.05 |
| HSL | 66.63º | 0.87% | 0.59% | - |
| HSV(B) | 66.63º | 0.75% | 0.95% | - |
| XYZ | 62.72 | 79.37 | 16.43 | - |
| YUV | 215.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 61 | 0.08 | 0 | 0.75 | 0.05 | 66.63 | 0.87 | 0.59 |
| Hex | DE | F2 | 3D | 8 | 0 | 4B | 5 | 43 | 57 | 3B |
| Octal | 336 | 362 | 75 | 10 | 0 | 113 | 5 | 103 | 127 | 73 |
| Binary | 11011110 | 11110010 | 111101 | 1000 | 0 | 1001011 | 101 | 1000011 | 1010111 | 111011 |
Color Harmonies of #DEF23D
Complementary color
Monochromatic Colors of #DEF23D
Black with #DEF23D
Text Example
Text Example
White with #DEF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF23D; }
p { color: rgb(222,242,61); }
H1.HeaderClassName
{
color: #DEF23D;
}
.AnyTagClassName
{
color: #DEF23D;
}
</style>
background-color css
<style>
a { background-color: #DEF23D; }
a { background-color: rgb(222,242,61); }
div.DivClassName
{
background-color: #DEF23D;
}
.BgClassName
{
background-color: #DEF23D;
}
</style>
border-color css
<style>
span { border-color: #DEF23D; }
span { border-color: rgb(222,242,61); }
td.TdClassName
{
border-color: #DEF23D;
}
.TagClassName
{
border-color: #DEF23D;
}
</style>