Shades of Pear #DEF32B
Tints of Pear #DEF32B
RGB
CMYK
RGB Variations
Color information
#DEF32B (or 0xDEF32B) is known color: Pear. HEX triplet: DE, F3 and 2B. RGB value is (222,243,43). Sum of RGB (Red+Green+Blue) = 222+243+43=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF32B is #210CD4. Grayscale: #D6D6D6. Windows color (decimal): -2165973 or 2880478. OLE color: 2880478.
HSL color Cylindrical-coordinate representation of color #DEF32B: hue angle of 66.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEF32B is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 43 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.05 |
| HSL | 66.3º | 0.89% | 0.56% | - |
| HSV(B) | 66.3º | 0.82% | 0.95% | - |
| XYZ | 62.61 | 79.81 | 14.39 | - |
| YUV | 213.92 | 31.54 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 43 | 0.09 | 0 | 0.82 | 0.05 | 66.3 | 0.89 | 0.56 |
| Hex | DE | F3 | 2B | 9 | 0 | 52 | 5 | 42 | 59 | 38 |
| Octal | 336 | 363 | 53 | 11 | 0 | 122 | 5 | 102 | 131 | 70 |
| Binary | 11011110 | 11110011 | 101011 | 1001 | 0 | 1010010 | 101 | 1000010 | 1011001 | 111000 |
Color Harmonies of #DEF32B
Complementary color
Monochromatic Colors of #DEF32B
Black with #DEF32B
Text Example
Text Example
White with #DEF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF32B; }
p { color: rgb(222,243,43); }
H1.HeaderClassName
{
color: #DEF32B;
}
.AnyTagClassName
{
color: #DEF32B;
}
</style>
background-color css
<style>
a { background-color: #DEF32B; }
a { background-color: rgb(222,243,43); }
div.DivClassName
{
background-color: #DEF32B;
}
.BgClassName
{
background-color: #DEF32B;
}
</style>
border-color css
<style>
span { border-color: #DEF32B; }
span { border-color: rgb(222,243,43); }
td.TdClassName
{
border-color: #DEF32B;
}
.TagClassName
{
border-color: #DEF32B;
}
</style>