Shades of Pear #DDFE33
Tints of Pear #DDFE33
RGB
CMYK
RGB Variations
Color information
#DDFE33 (or 0xDDFE33) is known color: Pear. HEX triplet: DD, FE and 33. RGB value is (221,254,51). Sum of RGB (Red+Green+Blue) = 221+254+51=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE33 is #2201CC. Grayscale: #DDDDDD. Windows color (decimal): -2228685 or 3407581. OLE color: 3407581.
HSL color Cylindrical-coordinate representation of color #DDFE33: hue angle of 69.75º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDFE33 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 51 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.00 |
| HSL | 69.75º | 0.99% | 0.6% | - |
| HSV(B) | 69.75º | 0.8% | 1% | - |
| XYZ | 65.86 | 86.49 | 16.36 | - |
| YUV | 220.99 | 32.07 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 51 | 0.13 | 0 | 0.80 | 0.00 | 69.75 | 0.99 | 0.6 |
| Hex | DD | FE | 33 | D | 0 | 50 | 0 | 46 | 63 | 3C |
| Octal | 335 | 376 | 63 | 15 | 0 | 120 | 0 | 106 | 143 | 74 |
| Binary | 11011101 | 11111110 | 110011 | 1101 | 0 | 1010000 | 0 | 1000110 | 1100011 | 111100 |
Color Harmonies of #DDFE33
Complementary color
Monochromatic Colors of #DDFE33
Black with #DDFE33
Text Example
Text Example
White with #DDFE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE33; }
p { color: rgb(221,254,51); }
H1.HeaderClassName
{
color: #DDFE33;
}
.AnyTagClassName
{
color: #DDFE33;
}
</style>
background-color css
<style>
a { background-color: #DDFE33; }
a { background-color: rgb(221,254,51); }
div.DivClassName
{
background-color: #DDFE33;
}
.BgClassName
{
background-color: #DDFE33;
}
</style>
border-color css
<style>
span { border-color: #DDFE33; }
span { border-color: rgb(221,254,51); }
td.TdClassName
{
border-color: #DDFE33;
}
.TagClassName
{
border-color: #DDFE33;
}
</style>