Shades of Pear #DFF130
Tints of Pear #DFF130
RGB
CMYK
RGB Variations
Color information
#DFF130 (or 0xDFF130) is known color: Pear. HEX triplet: DF, F1 and 30. RGB value is (223,241,48). Sum of RGB (Red+Green+Blue) = 223+241+48=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF130 is #200ECF. Grayscale: #D6D6D6. Windows color (decimal): -2100944 or 3207647. OLE color: 3207647.
HSL color Cylindrical-coordinate representation of color #DFF130: hue angle of 65.6º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF130 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 48 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.05 |
| HSL | 65.6º | 0.87% | 0.57% | - |
| HSV(B) | 65.6º | 0.8% | 0.95% | - |
| XYZ | 62.42 | 78.81 | 14.72 | - |
| YUV | 213.62 | 34.54 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 48 | 0.07 | 0 | 0.80 | 0.05 | 65.6 | 0.87 | 0.57 |
| Hex | DF | F1 | 30 | 7 | 0 | 50 | 5 | 42 | 57 | 39 |
| Octal | 337 | 361 | 60 | 7 | 0 | 120 | 5 | 102 | 127 | 71 |
| Binary | 11011111 | 11110001 | 110000 | 111 | 0 | 1010000 | 101 | 1000010 | 1010111 | 111001 |
Color Harmonies of #DFF130
Complementary color
Monochromatic Colors of #DFF130
Black with #DFF130
Text Example
Text Example
White with #DFF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF130; }
p { color: rgb(223,241,48); }
H1.HeaderClassName
{
color: #DFF130;
}
.AnyTagClassName
{
color: #DFF130;
}
</style>
background-color css
<style>
a { background-color: #DFF130; }
a { background-color: rgb(223,241,48); }
div.DivClassName
{
background-color: #DFF130;
}
.BgClassName
{
background-color: #DFF130;
}
</style>
border-color css
<style>
span { border-color: #DFF130; }
span { border-color: rgb(223,241,48); }
td.TdClassName
{
border-color: #DFF130;
}
.TagClassName
{
border-color: #DFF130;
}
</style>