Shades of Pear #D7F130
Tints of Pear #D7F130
RGB
CMYK
RGB Variations
Color information
#D7F130 (or 0xD7F130) is known color: Pear. HEX triplet: D7, F1 and 30. RGB value is (215,241,48). Sum of RGB (Red+Green+Blue) = 215+241+48=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F130 is #280ECF. Grayscale: #D3D3D3. Windows color (decimal): -2625232 or 3207639. OLE color: 3207639.
HSL color Cylindrical-coordinate representation of color #D7F130: hue angle of 68.08º 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 #D7F130 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 48 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.05 |
| HSL | 68.08º | 0.87% | 0.57% | - |
| HSV(B) | 68.08º | 0.8% | 0.95% | - |
| XYZ | 60.01 | 77.57 | 14.61 | - |
| YUV | 211.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 48 | 0.11 | 0 | 0.80 | 0.05 | 68.08 | 0.87 | 0.57 |
| Hex | D7 | F1 | 30 | B | 0 | 50 | 5 | 44 | 57 | 39 |
| Octal | 327 | 361 | 60 | 13 | 0 | 120 | 5 | 104 | 127 | 71 |
| Binary | 11010111 | 11110001 | 110000 | 1011 | 0 | 1010000 | 101 | 1000100 | 1010111 | 111001 |
Color Harmonies of #D7F130
Complementary color
Monochromatic Colors of #D7F130
Black with #D7F130
Text Example
Text Example
White with #D7F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F130; }
p { color: rgb(215,241,48); }
H1.HeaderClassName
{
color: #D7F130;
}
.AnyTagClassName
{
color: #D7F130;
}
</style>
background-color css
<style>
a { background-color: #D7F130; }
a { background-color: rgb(215,241,48); }
div.DivClassName
{
background-color: #D7F130;
}
.BgClassName
{
background-color: #D7F130;
}
</style>
border-color css
<style>
span { border-color: #D7F130; }
span { border-color: rgb(215,241,48); }
td.TdClassName
{
border-color: #D7F130;
}
.TagClassName
{
border-color: #D7F130;
}
</style>