Shades of Pear #DFF42B
Tints of Pear #DFF42B
RGB
CMYK
RGB Variations
Color information
#DFF42B (or 0xDFF42B) is known color: Pear. HEX triplet: DF, F4 and 2B. RGB value is (223,244,43). Sum of RGB (Red+Green+Blue) = 223+244+43=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 43 (17.19% from 255 or 8.43% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF42B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF42B is #200BD4. Grayscale: #D7D7D7. Windows color (decimal): -2100181 or 2880735. OLE color: 2880735.
HSL color Cylindrical-coordinate representation of color #DFF42B: hue angle of 66.27º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFF42B is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 43 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.04 |
| HSL | 66.27º | 0.9% | 0.56% | - |
| HSV(B) | 66.27º | 0.82% | 0.96% | - |
| XYZ | 63.22 | 80.56 | 14.5 | - |
| YUV | 214.81 | 31.04 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 43 | 0.09 | 0 | 0.82 | 0.04 | 66.27 | 0.9 | 0.56 |
| Hex | DF | F4 | 2B | 9 | 0 | 52 | 4 | 42 | 5A | 38 |
| Octal | 337 | 364 | 53 | 11 | 0 | 122 | 4 | 102 | 132 | 70 |
| Binary | 11011111 | 11110100 | 101011 | 1001 | 0 | 1010010 | 100 | 1000010 | 1011010 | 111000 |
Color Harmonies of #DFF42B
Complementary color
Monochromatic Colors of #DFF42B
Black with #DFF42B
Text Example
Text Example
White with #DFF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF42B; }
p { color: rgb(223,244,43); }
H1.HeaderClassName
{
color: #DFF42B;
}
.AnyTagClassName
{
color: #DFF42B;
}
</style>
background-color css
<style>
a { background-color: #DFF42B; }
a { background-color: rgb(223,244,43); }
div.DivClassName
{
background-color: #DFF42B;
}
.BgClassName
{
background-color: #DFF42B;
}
</style>
border-color css
<style>
span { border-color: #DFF42B; }
span { border-color: rgb(223,244,43); }
td.TdClassName
{
border-color: #DFF42B;
}
.TagClassName
{
border-color: #DFF42B;
}
</style>