Shades of Pear #DFF13A
Tints of Pear #DFF13A
RGB
CMYK
RGB Variations
Color information
#DFF13A (or 0xDFF13A) is known color: Pear. HEX triplet: DF, F1 and 3A. RGB value is (223,241,58). Sum of RGB (Red+Green+Blue) = 223+241+58=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF13A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF13A is #200EC5. Grayscale: #D7D7D7. Windows color (decimal): -2100934 or 3863007. OLE color: 3863007.
HSL color Cylindrical-coordinate representation of color #DFF13A: hue angle of 65.9º degrees, saturation: 0.87, 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 #DFF13A is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 58 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.05 |
| HSL | 65.9º | 0.87% | 0.59% | - |
| HSV(B) | 65.9º | 0.76% | 0.95% | - |
| XYZ | 62.65 | 78.9 | 15.93 | - |
| YUV | 214.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 58 | 0.07 | 0 | 0.76 | 0.05 | 65.9 | 0.87 | 0.59 |
| Hex | DF | F1 | 3A | 7 | 0 | 4C | 5 | 42 | 57 | 3B |
| Octal | 337 | 361 | 72 | 7 | 0 | 114 | 5 | 102 | 127 | 73 |
| Binary | 11011111 | 11110001 | 111010 | 111 | 0 | 1001100 | 101 | 1000010 | 1010111 | 111011 |
Color Harmonies of #DFF13A
Complementary color
Monochromatic Colors of #DFF13A
Black with #DFF13A
Text Example
Text Example
White with #DFF13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF13A; }
p { color: rgb(223,241,58); }
H1.HeaderClassName
{
color: #DFF13A;
}
.AnyTagClassName
{
color: #DFF13A;
}
</style>
background-color css
<style>
a { background-color: #DFF13A; }
a { background-color: rgb(223,241,58); }
div.DivClassName
{
background-color: #DFF13A;
}
.BgClassName
{
background-color: #DFF13A;
}
</style>
border-color css
<style>
span { border-color: #DFF13A; }
span { border-color: rgb(223,241,58); }
td.TdClassName
{
border-color: #DFF13A;
}
.TagClassName
{
border-color: #DFF13A;
}
</style>