Shades of Pear #DFF234
Tints of Pear #DFF234
RGB
CMYK
RGB Variations
Color information
#DFF234 (or 0xDFF234) is known color: Pear. HEX triplet: DF, F2 and 34. RGB value is (223,242,52). Sum of RGB (Red+Green+Blue) = 223+242+52=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF234 is #200DCB. Grayscale: #D7D7D7. Windows color (decimal): -2100684 or 3470047. OLE color: 3470047.
HSL color Cylindrical-coordinate representation of color #DFF234: hue angle of 66º degrees, saturation: 0.88, 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 #DFF234 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 52 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.05 |
| HSL | 66º | 0.88% | 0.58% | - |
| HSV(B) | 66º | 0.79% | 0.95% | - |
| XYZ | 62.8 | 79.44 | 15.27 | - |
| YUV | 214.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 52 | 0.08 | 0 | 0.79 | 0.05 | 66 | 0.88 | 0.58 |
| Hex | DF | F2 | 34 | 8 | 0 | 4F | 5 | 42 | 58 | 3A |
| Octal | 337 | 362 | 64 | 10 | 0 | 117 | 5 | 102 | 130 | 72 |
| Binary | 11011111 | 11110010 | 110100 | 1000 | 0 | 1001111 | 101 | 1000010 | 1011000 | 111010 |
Color Harmonies of #DFF234
Complementary color
Monochromatic Colors of #DFF234
Black with #DFF234
Text Example
Text Example
White with #DFF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF234; }
p { color: rgb(223,242,52); }
H1.HeaderClassName
{
color: #DFF234;
}
.AnyTagClassName
{
color: #DFF234;
}
</style>
background-color css
<style>
a { background-color: #DFF234; }
a { background-color: rgb(223,242,52); }
div.DivClassName
{
background-color: #DFF234;
}
.BgClassName
{
background-color: #DFF234;
}
</style>
border-color css
<style>
span { border-color: #DFF234; }
span { border-color: rgb(223,242,52); }
td.TdClassName
{
border-color: #DFF234;
}
.TagClassName
{
border-color: #DFF234;
}
</style>