Shades of Pear #D3F130
Tints of Pear #D3F130
RGB
CMYK
RGB Variations
Color information
#D3F130 (or 0xD3F130) is known color: Pear. HEX triplet: D3, F1 and 30. RGB value is (211,241,48). Sum of RGB (Red+Green+Blue) = 211+241+48=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F130 is #2C0ECF. Grayscale: #D2D2D2. Windows color (decimal): -2887376 or 3207635. OLE color: 3207635.
HSL color Cylindrical-coordinate representation of color #D3F130: hue angle of 69.33º 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 #D3F130 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 48 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.05 |
| HSL | 69.33º | 0.87% | 0.57% | - |
| HSV(B) | 69.33º | 0.8% | 0.95% | - |
| XYZ | 58.85 | 76.97 | 14.55 | - |
| YUV | 210.03 | 36.56 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 48 | 0.12 | 0 | 0.80 | 0.05 | 69.33 | 0.87 | 0.57 |
| Hex | D3 | F1 | 30 | C | 0 | 50 | 5 | 45 | 57 | 39 |
| Octal | 323 | 361 | 60 | 14 | 0 | 120 | 5 | 105 | 127 | 71 |
| Binary | 11010011 | 11110001 | 110000 | 1100 | 0 | 1010000 | 101 | 1000101 | 1010111 | 111001 |
Color Harmonies of #D3F130
Complementary color
Monochromatic Colors of #D3F130
Black with #D3F130
Text Example
Text Example
White with #D3F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F130; }
p { color: rgb(211,241,48); }
H1.HeaderClassName
{
color: #D3F130;
}
.AnyTagClassName
{
color: #D3F130;
}
</style>
background-color css
<style>
a { background-color: #D3F130; }
a { background-color: rgb(211,241,48); }
div.DivClassName
{
background-color: #D3F130;
}
.BgClassName
{
background-color: #D3F130;
}
</style>
border-color css
<style>
span { border-color: #D3F130; }
span { border-color: rgb(211,241,48); }
td.TdClassName
{
border-color: #D3F130;
}
.TagClassName
{
border-color: #D3F130;
}
</style>