Shades of Pear #DFF634
Tints of Pear #DFF634
RGB
CMYK
RGB Variations
Color information
#DFF634 (or 0xDFF634) is known color: Pear. HEX triplet: DF, F6 and 34. RGB value is (223,246,52). Sum of RGB (Red+Green+Blue) = 223+246+52=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF634 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF634 is #2009CB. Grayscale: #D9D9D9. Windows color (decimal): -2099660 or 3471071. OLE color: 3471071.
HSL color Cylindrical-coordinate representation of color #DFF634: hue angle of 67.11º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFF634 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 52 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.04 |
| HSL | 67.11º | 0.92% | 0.58% | - |
| HSV(B) | 67.11º | 0.79% | 0.96% | - |
| XYZ | 64.01 | 81.85 | 15.67 | - |
| YUV | 217.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 52 | 0.09 | 0 | 0.79 | 0.04 | 67.11 | 0.92 | 0.58 |
| Hex | DF | F6 | 34 | 9 | 0 | 4F | 4 | 43 | 5C | 3A |
| Octal | 337 | 366 | 64 | 11 | 0 | 117 | 4 | 103 | 134 | 72 |
| Binary | 11011111 | 11110110 | 110100 | 1001 | 0 | 1001111 | 100 | 1000011 | 1011100 | 111010 |
Color Harmonies of #DFF634
Complementary color
Monochromatic Colors of #DFF634
Black with #DFF634
Text Example
Text Example
White with #DFF634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF634; }
p { color: rgb(223,246,52); }
H1.HeaderClassName
{
color: #DFF634;
}
.AnyTagClassName
{
color: #DFF634;
}
</style>
background-color css
<style>
a { background-color: #DFF634; }
a { background-color: rgb(223,246,52); }
div.DivClassName
{
background-color: #DFF634;
}
.BgClassName
{
background-color: #DFF634;
}
</style>
border-color css
<style>
span { border-color: #DFF634; }
span { border-color: rgb(223,246,52); }
td.TdClassName
{
border-color: #DFF634;
}
.TagClassName
{
border-color: #DFF634;
}
</style>