Shades of Pear #DFF33D
Tints of Pear #DFF33D
RGB
CMYK
RGB Variations
Color information
#DFF33D (or 0xDFF33D) is known color: Pear. HEX triplet: DF, F3 and 3D. RGB value is (223,243,61). Sum of RGB (Red+Green+Blue) = 223+243+61=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF33D is #200CC2. Grayscale: #D8D8D8. Windows color (decimal): -2100419 or 4060127. OLE color: 4060127.
HSL color Cylindrical-coordinate representation of color #DFF33D: hue angle of 66.59º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFF33D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 61 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.05 |
| HSL | 66.59º | 0.88% | 0.6% | - |
| HSV(B) | 66.59º | 0.75% | 0.95% | - |
| XYZ | 63.32 | 80.13 | 16.54 | - |
| YUV | 216.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 61 | 0.08 | 0 | 0.75 | 0.05 | 66.59 | 0.88 | 0.6 |
| Hex | DF | F3 | 3D | 8 | 0 | 4B | 5 | 43 | 58 | 3C |
| Octal | 337 | 363 | 75 | 10 | 0 | 113 | 5 | 103 | 130 | 74 |
| Binary | 11011111 | 11110011 | 111101 | 1000 | 0 | 1001011 | 101 | 1000011 | 1011000 | 111100 |
Color Harmonies of #DFF33D
Complementary color
Monochromatic Colors of #DFF33D
Black with #DFF33D
Text Example
Text Example
White with #DFF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF33D; }
p { color: rgb(223,243,61); }
H1.HeaderClassName
{
color: #DFF33D;
}
.AnyTagClassName
{
color: #DFF33D;
}
</style>
background-color css
<style>
a { background-color: #DFF33D; }
a { background-color: rgb(223,243,61); }
div.DivClassName
{
background-color: #DFF33D;
}
.BgClassName
{
background-color: #DFF33D;
}
</style>
border-color css
<style>
span { border-color: #DFF33D; }
span { border-color: rgb(223,243,61); }
td.TdClassName
{
border-color: #DFF33D;
}
.TagClassName
{
border-color: #DFF33D;
}
</style>