Shades of Pear #DFF23B
Tints of Pear #DFF23B
RGB
CMYK
RGB Variations
Color information
#DFF23B (or 0xDFF23B) is known color: Pear. HEX triplet: DF, F2 and 3B. RGB value is (223,242,59). Sum of RGB (Red+Green+Blue) = 223+242+59=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF23B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF23B is #200DC4. Grayscale: #D8D8D8. Windows color (decimal): -2100677 or 3928799. OLE color: 3928799.
HSL color Cylindrical-coordinate representation of color #DFF23B: hue angle of 66.23º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFF23B is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 59 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.05 |
| HSL | 66.23º | 0.88% | 0.59% | - |
| HSV(B) | 66.23º | 0.76% | 0.95% | - |
| XYZ | 62.97 | 79.51 | 16.17 | - |
| YUV | 215.46 | 39.71 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 59 | 0.08 | 0 | 0.76 | 0.05 | 66.23 | 0.88 | 0.59 |
| Hex | DF | F2 | 3B | 8 | 0 | 4C | 5 | 42 | 58 | 3B |
| Octal | 337 | 362 | 73 | 10 | 0 | 114 | 5 | 102 | 130 | 73 |
| Binary | 11011111 | 11110010 | 111011 | 1000 | 0 | 1001100 | 101 | 1000010 | 1011000 | 111011 |
Color Harmonies of #DFF23B
Complementary color
Monochromatic Colors of #DFF23B
Black with #DFF23B
Text Example
Text Example
White with #DFF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF23B; }
p { color: rgb(223,242,59); }
H1.HeaderClassName
{
color: #DFF23B;
}
.AnyTagClassName
{
color: #DFF23B;
}
</style>
background-color css
<style>
a { background-color: #DFF23B; }
a { background-color: rgb(223,242,59); }
div.DivClassName
{
background-color: #DFF23B;
}
.BgClassName
{
background-color: #DFF23B;
}
</style>
border-color css
<style>
span { border-color: #DFF23B; }
span { border-color: rgb(223,242,59); }
td.TdClassName
{
border-color: #DFF23B;
}
.TagClassName
{
border-color: #DFF23B;
}
</style>