Shades of Pear #DDF23F
Tints of Pear #DDF23F
RGB
CMYK
RGB Variations
Color information
#DDF23F (or 0xDDF23F) is known color: Pear. HEX triplet: DD, F2 and 3F. RGB value is (221,242,63). Sum of RGB (Red+Green+Blue) = 221+242+63=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 63 (25% from 255 or 11.98% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF23F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF23F is #220DC0. Grayscale: #D8D8D8. Windows color (decimal): -2231745 or 4190941. OLE color: 4190941.
HSL color Cylindrical-coordinate representation of color #DDF23F: hue angle of 67.04º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF23F is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 63 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.05 |
| HSL | 67.04º | 0.87% | 0.6% | - |
| HSV(B) | 67.04º | 0.74% | 0.95% | - |
| XYZ | 62.47 | 79.24 | 16.7 | - |
| YUV | 215.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 63 | 0.09 | 0 | 0.74 | 0.05 | 67.04 | 0.87 | 0.6 |
| Hex | DD | F2 | 3F | 9 | 0 | 4A | 5 | 43 | 57 | 3C |
| Octal | 335 | 362 | 77 | 11 | 0 | 112 | 5 | 103 | 127 | 74 |
| Binary | 11011101 | 11110010 | 111111 | 1001 | 0 | 1001010 | 101 | 1000011 | 1010111 | 111100 |
Color Harmonies of #DDF23F
Complementary color
Monochromatic Colors of #DDF23F
Black with #DDF23F
Text Example
Text Example
White with #DDF23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF23F; }
p { color: rgb(221,242,63); }
H1.HeaderClassName
{
color: #DDF23F;
}
.AnyTagClassName
{
color: #DDF23F;
}
</style>
background-color css
<style>
a { background-color: #DDF23F; }
a { background-color: rgb(221,242,63); }
div.DivClassName
{
background-color: #DDF23F;
}
.BgClassName
{
background-color: #DDF23F;
}
</style>
border-color css
<style>
span { border-color: #DDF23F; }
span { border-color: rgb(221,242,63); }
td.TdClassName
{
border-color: #DDF23F;
}
.TagClassName
{
border-color: #DDF23F;
}
</style>