Shades of Pear #DDFC33
Tints of Pear #DDFC33
RGB
CMYK
RGB Variations
Color information
#DDFC33 (or 0xDDFC33) is known color: Pear. HEX triplet: DD, FC and 33. RGB value is (221,252,51). Sum of RGB (Red+Green+Blue) = 221+252+51=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 51 (20.31% from 255 or 9.73% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC33 is #2203CC. Grayscale: #DCDCDC. Windows color (decimal): -2229197 or 3407069. OLE color: 3407069.
HSL color Cylindrical-coordinate representation of color #DDFC33: hue angle of 69.25º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDFC33 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 51 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.01 |
| HSL | 69.25º | 0.97% | 0.59% | - |
| HSV(B) | 69.25º | 0.8% | 0.99% | - |
| XYZ | 65.23 | 85.23 | 16.15 | - |
| YUV | 219.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 51 | 0.12 | 0 | 0.80 | 0.01 | 69.25 | 0.97 | 0.59 |
| Hex | DD | FC | 33 | C | 0 | 50 | 1 | 45 | 61 | 3B |
| Octal | 335 | 374 | 63 | 14 | 0 | 120 | 1 | 105 | 141 | 73 |
| Binary | 11011101 | 11111100 | 110011 | 1100 | 0 | 1010000 | 1 | 1000101 | 1100001 | 111011 |
Color Harmonies of #DDFC33
Complementary color
Monochromatic Colors of #DDFC33
Black with #DDFC33
Text Example
Text Example
White with #DDFC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC33; }
p { color: rgb(221,252,51); }
H1.HeaderClassName
{
color: #DDFC33;
}
.AnyTagClassName
{
color: #DDFC33;
}
</style>
background-color css
<style>
a { background-color: #DDFC33; }
a { background-color: rgb(221,252,51); }
div.DivClassName
{
background-color: #DDFC33;
}
.BgClassName
{
background-color: #DDFC33;
}
</style>
border-color css
<style>
span { border-color: #DDFC33; }
span { border-color: rgb(221,252,51); }
td.TdClassName
{
border-color: #DDFC33;
}
.TagClassName
{
border-color: #DDFC33;
}
</style>