Shades of Pear #DDF333
Tints of Pear #DDF333
RGB
CMYK
RGB Variations
Color information
#DDF333 (or 0xDDF333) is known color: Pear. HEX triplet: DD, F3 and 33. RGB value is (221,243,51). Sum of RGB (Red+Green+Blue) = 221+243+51=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 51 (20.31% from 255 or 9.90% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF333 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF333 is #220CCC. Grayscale: #D7D7D7. Windows color (decimal): -2231501 or 3404765. OLE color: 3404765.
HSL color Cylindrical-coordinate representation of color #DDF333: hue angle of 66.87º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDF333 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 51 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.05 |
| HSL | 66.87º | 0.89% | 0.58% | - |
| HSV(B) | 66.87º | 0.79% | 0.95% | - |
| XYZ | 62.47 | 79.71 | 15.23 | - |
| YUV | 214.53 | 35.71 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 51 | 0.09 | 0 | 0.79 | 0.05 | 66.87 | 0.89 | 0.58 |
| Hex | DD | F3 | 33 | 9 | 0 | 4F | 5 | 43 | 59 | 3A |
| Octal | 335 | 363 | 63 | 11 | 0 | 117 | 5 | 103 | 131 | 72 |
| Binary | 11011101 | 11110011 | 110011 | 1001 | 0 | 1001111 | 101 | 1000011 | 1011001 | 111010 |
Color Harmonies of #DDF333
Complementary color
Monochromatic Colors of #DDF333
Black with #DDF333
Text Example
Text Example
White with #DDF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF333; }
p { color: rgb(221,243,51); }
H1.HeaderClassName
{
color: #DDF333;
}
.AnyTagClassName
{
color: #DDF333;
}
</style>
background-color css
<style>
a { background-color: #DDF333; }
a { background-color: rgb(221,243,51); }
div.DivClassName
{
background-color: #DDF333;
}
.BgClassName
{
background-color: #DDF333;
}
</style>
border-color css
<style>
span { border-color: #DDF333; }
span { border-color: rgb(221,243,51); }
td.TdClassName
{
border-color: #DDF333;
}
.TagClassName
{
border-color: #DDF333;
}
</style>