Shades of Pear #D5F130
Tints of Pear #D5F130
RGB
CMYK
RGB Variations
Color information
#D5F130 (or 0xD5F130) is known color: Pear. HEX triplet: D5, F1 and 30. RGB value is (213,241,48). Sum of RGB (Red+Green+Blue) = 213+241+48=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F130 is #2A0ECF. Grayscale: #D3D3D3. Windows color (decimal): -2756304 or 3207637. OLE color: 3207637.
HSL color Cylindrical-coordinate representation of color #D5F130: hue angle of 68.7º 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 #D5F130 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 48 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.05 |
| HSL | 68.7º | 0.87% | 0.57% | - |
| HSV(B) | 68.7º | 0.8% | 0.95% | - |
| XYZ | 59.43 | 77.27 | 14.58 | - |
| YUV | 210.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 48 | 0.12 | 0 | 0.80 | 0.05 | 68.7 | 0.87 | 0.57 |
| Hex | D5 | F1 | 30 | C | 0 | 50 | 5 | 45 | 57 | 39 |
| Octal | 325 | 361 | 60 | 14 | 0 | 120 | 5 | 105 | 127 | 71 |
| Binary | 11010101 | 11110001 | 110000 | 1100 | 0 | 1010000 | 101 | 1000101 | 1010111 | 111001 |
Color Harmonies of #D5F130
Complementary color
Monochromatic Colors of #D5F130
Black with #D5F130
Text Example
Text Example
White with #D5F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F130; }
p { color: rgb(213,241,48); }
H1.HeaderClassName
{
color: #D5F130;
}
.AnyTagClassName
{
color: #D5F130;
}
</style>
background-color css
<style>
a { background-color: #D5F130; }
a { background-color: rgb(213,241,48); }
div.DivClassName
{
background-color: #D5F130;
}
.BgClassName
{
background-color: #D5F130;
}
</style>
border-color css
<style>
span { border-color: #D5F130; }
span { border-color: rgb(213,241,48); }
td.TdClassName
{
border-color: #D5F130;
}
.TagClassName
{
border-color: #D5F130;
}
</style>