Shades of Pear #DFF527
Tints of Pear #DFF527
RGB
CMYK
RGB Variations
Color information
#DFF527 (or 0xDFF527) is known color: Pear. HEX triplet: DF, F5 and 27. RGB value is (223,245,39). Sum of RGB (Red+Green+Blue) = 223+245+39=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 39 (15.62% from 255 or 7.69% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF527 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF527 is #200AD8. Grayscale: #D7D7D7. Windows color (decimal): -2099929 or 2618847. OLE color: 2618847.
HSL color Cylindrical-coordinate representation of color #DFF527: hue angle of 66.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFF527 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 39 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.04 |
| HSL | 66.41º | 0.91% | 0.56% | - |
| HSV(B) | 66.41º | 0.84% | 0.96% | - |
| XYZ | 63.45 | 81.14 | 14.24 | - |
| YUV | 214.94 | 28.71 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 39 | 0.09 | 0 | 0.84 | 0.04 | 66.41 | 0.91 | 0.56 |
| Hex | DF | F5 | 27 | 9 | 0 | 54 | 4 | 42 | 5B | 38 |
| Octal | 337 | 365 | 47 | 11 | 0 | 124 | 4 | 102 | 133 | 70 |
| Binary | 11011111 | 11110101 | 100111 | 1001 | 0 | 1010100 | 100 | 1000010 | 1011011 | 111000 |
Color Harmonies of #DFF527
Complementary color
Monochromatic Colors of #DFF527
Black with #DFF527
Text Example
Text Example
White with #DFF527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF527; }
p { color: rgb(223,245,39); }
H1.HeaderClassName
{
color: #DFF527;
}
.AnyTagClassName
{
color: #DFF527;
}
</style>
background-color css
<style>
a { background-color: #DFF527; }
a { background-color: rgb(223,245,39); }
div.DivClassName
{
background-color: #DFF527;
}
.BgClassName
{
background-color: #DFF527;
}
</style>
border-color css
<style>
span { border-color: #DFF527; }
span { border-color: rgb(223,245,39); }
td.TdClassName
{
border-color: #DFF527;
}
.TagClassName
{
border-color: #DFF527;
}
</style>