Shades of Pear #DDFB42
Tints of Pear #DDFB42
RGB
CMYK
RGB Variations
Color information
#DDFB42 (or 0xDDFB42) is known color: Pear. HEX triplet: DD, FB and 42. RGB value is (221,251,66). Sum of RGB (Red+Green+Blue) = 221+251+66=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 66 (26.17% from 255 or 12.27% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB42 is #2204BD. Grayscale: #DDDDDD. Windows color (decimal): -2229438 or 4389853. OLE color: 4389853.
HSL color Cylindrical-coordinate representation of color #DDFB42: hue angle of 69.73º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDFB42 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 66 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.02 |
| HSL | 69.73º | 0.96% | 0.62% | - |
| HSV(B) | 69.73º | 0.74% | 0.98% | - |
| XYZ | 65.3 | 84.76 | 18.07 | - |
| YUV | 220.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 66 | 0.12 | 0 | 0.74 | 0.02 | 69.73 | 0.96 | 0.62 |
| Hex | DD | FB | 42 | C | 0 | 4A | 2 | 46 | 60 | 3E |
| Octal | 335 | 373 | 102 | 14 | 0 | 112 | 2 | 106 | 140 | 76 |
| Binary | 11011101 | 11111011 | 1000010 | 1100 | 0 | 1001010 | 10 | 1000110 | 1100000 | 111110 |
Color Harmonies of #DDFB42
Complementary color
Monochromatic Colors of #DDFB42
Black with #DDFB42
Text Example
Text Example
White with #DDFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB42; }
p { color: rgb(221,251,66); }
H1.HeaderClassName
{
color: #DDFB42;
}
.AnyTagClassName
{
color: #DDFB42;
}
</style>
background-color css
<style>
a { background-color: #DDFB42; }
a { background-color: rgb(221,251,66); }
div.DivClassName
{
background-color: #DDFB42;
}
.BgClassName
{
background-color: #DDFB42;
}
</style>
border-color css
<style>
span { border-color: #DDFB42; }
span { border-color: rgb(221,251,66); }
td.TdClassName
{
border-color: #DDFB42;
}
.TagClassName
{
border-color: #DDFB42;
}
</style>