Shades of Pear #DFF23D
Tints of Pear #DFF23D
RGB
CMYK
RGB Variations
Color information
#DFF23D (or 0xDFF23D) is known color: Pear. HEX triplet: DF, F2 and 3D. RGB value is (223,242,61). Sum of RGB (Red+Green+Blue) = 223+242+61=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF23D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF23D is #200DC2. Grayscale: #D8D8D8. Windows color (decimal): -2100675 or 4059871. OLE color: 4059871.
HSL color Cylindrical-coordinate representation of color #DFF23D: hue angle of 66.3º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFF23D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 61 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.05 |
| HSL | 66.3º | 0.87% | 0.59% | - |
| HSV(B) | 66.3º | 0.75% | 0.95% | - |
| XYZ | 63.03 | 79.53 | 16.44 | - |
| YUV | 215.69 | 40.71 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 61 | 0.08 | 0 | 0.75 | 0.05 | 66.3 | 0.87 | 0.59 |
| Hex | DF | F2 | 3D | 8 | 0 | 4B | 5 | 42 | 57 | 3B |
| Octal | 337 | 362 | 75 | 10 | 0 | 113 | 5 | 102 | 127 | 73 |
| Binary | 11011111 | 11110010 | 111101 | 1000 | 0 | 1001011 | 101 | 1000010 | 1010111 | 111011 |
Color Harmonies of #DFF23D
Complementary color
Monochromatic Colors of #DFF23D
Black with #DFF23D
Text Example
Text Example
White with #DFF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF23D; }
p { color: rgb(223,242,61); }
H1.HeaderClassName
{
color: #DFF23D;
}
.AnyTagClassName
{
color: #DFF23D;
}
</style>
background-color css
<style>
a { background-color: #DFF23D; }
a { background-color: rgb(223,242,61); }
div.DivClassName
{
background-color: #DFF23D;
}
.BgClassName
{
background-color: #DFF23D;
}
</style>
border-color css
<style>
span { border-color: #DFF23D; }
span { border-color: rgb(223,242,61); }
td.TdClassName
{
border-color: #DFF23D;
}
.TagClassName
{
border-color: #DFF23D;
}
</style>