Shades of Pear #DDFC34
Tints of Pear #DDFC34
RGB
CMYK
RGB Variations
Color information
#DDFC34 (or 0xDDFC34) is known color: Pear. HEX triplet: DD, FC and 34. RGB value is (221,252,52). Sum of RGB (Red+Green+Blue) = 221+252+52=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 52 (20.70% from 255 or 9.90% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC34 is #2203CB. Grayscale: #DCDCDC. Windows color (decimal): -2229196 or 3472605. OLE color: 3472605.
HSL color Cylindrical-coordinate representation of color #DDFC34: hue angle of 69.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDFC34 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 52 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.01 |
| HSL | 69.3º | 0.97% | 0.6% | - |
| HSV(B) | 69.3º | 0.79% | 0.99% | - |
| XYZ | 65.25 | 85.24 | 16.26 | - |
| YUV | 219.93 | 33.23 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 52 | 0.12 | 0 | 0.79 | 0.01 | 69.3 | 0.97 | 0.6 |
| Hex | DD | FC | 34 | C | 0 | 4F | 1 | 45 | 61 | 3C |
| Octal | 335 | 374 | 64 | 14 | 0 | 117 | 1 | 105 | 141 | 74 |
| Binary | 11011101 | 11111100 | 110100 | 1100 | 0 | 1001111 | 1 | 1000101 | 1100001 | 111100 |
Color Harmonies of #DDFC34
Complementary color
Monochromatic Colors of #DDFC34
Black with #DDFC34
Text Example
Text Example
White with #DDFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC34; }
p { color: rgb(221,252,52); }
H1.HeaderClassName
{
color: #DDFC34;
}
.AnyTagClassName
{
color: #DDFC34;
}
</style>
background-color css
<style>
a { background-color: #DDFC34; }
a { background-color: rgb(221,252,52); }
div.DivClassName
{
background-color: #DDFC34;
}
.BgClassName
{
background-color: #DDFC34;
}
</style>
border-color css
<style>
span { border-color: #DDFC34; }
span { border-color: rgb(221,252,52); }
td.TdClassName
{
border-color: #DDFC34;
}
.TagClassName
{
border-color: #DDFC34;
}
</style>