Shades of Pear #DFF127
Tints of Pear #DFF127
RGB
CMYK
RGB Variations
Color information
#DFF127 (or 0xDFF127) is known color: Pear. HEX triplet: DF, F1 and 27. RGB value is (223,241,39). Sum of RGB (Red+Green+Blue) = 223+241+39=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF127 is #200ED8. Grayscale: #D5D5D5. Windows color (decimal): -2100953 or 2617823. OLE color: 2617823.
HSL color Cylindrical-coordinate representation of color #DFF127: hue angle of 65.35º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFF127 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 39 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.05 |
| HSL | 65.35º | 0.88% | 0.55% | - |
| HSV(B) | 65.35º | 0.84% | 0.95% | - |
| XYZ | 62.25 | 78.75 | 13.84 | - |
| YUV | 212.59 | 30.04 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 39 | 0.07 | 0 | 0.84 | 0.05 | 65.35 | 0.88 | 0.55 |
| Hex | DF | F1 | 27 | 7 | 0 | 54 | 5 | 41 | 58 | 37 |
| Octal | 337 | 361 | 47 | 7 | 0 | 124 | 5 | 101 | 130 | 67 |
| Binary | 11011111 | 11110001 | 100111 | 111 | 0 | 1010100 | 101 | 1000001 | 1011000 | 110111 |
Color Harmonies of #DFF127
Complementary color
Monochromatic Colors of #DFF127
Black with #DFF127
Text Example
Text Example
White with #DFF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF127; }
p { color: rgb(223,241,39); }
H1.HeaderClassName
{
color: #DFF127;
}
.AnyTagClassName
{
color: #DFF127;
}
</style>
background-color css
<style>
a { background-color: #DFF127; }
a { background-color: rgb(223,241,39); }
div.DivClassName
{
background-color: #DFF127;
}
.BgClassName
{
background-color: #DFF127;
}
</style>
border-color css
<style>
span { border-color: #DFF127; }
span { border-color: rgb(223,241,39); }
td.TdClassName
{
border-color: #DFF127;
}
.TagClassName
{
border-color: #DFF127;
}
</style>