Shades of Pear #D5F128
Tints of Pear #D5F128
RGB
CMYK
RGB Variations
Color information
#D5F128 (or 0xD5F128) is known color: Pear. HEX triplet: D5, F1 and 28. RGB value is (213,241,40). Sum of RGB (Red+Green+Blue) = 213+241+40=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F128 is #2A0ED7. Grayscale: #D2D2D2. Windows color (decimal): -2756312 or 2683349. OLE color: 2683349.
HSL color Cylindrical-coordinate representation of color #D5F128: hue angle of 68.36º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5F128 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.05 |
| HSL | 68.36º | 0.88% | 0.55% | - |
| HSV(B) | 68.36º | 0.83% | 0.95% | - |
| XYZ | 59.28 | 77.21 | 13.79 | - |
| YUV | 209.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 40 | 0.12 | 0 | 0.83 | 0.05 | 68.36 | 0.88 | 0.55 |
| Hex | D5 | F1 | 28 | C | 0 | 53 | 5 | 44 | 58 | 37 |
| Octal | 325 | 361 | 50 | 14 | 0 | 123 | 5 | 104 | 130 | 67 |
| Binary | 11010101 | 11110001 | 101000 | 1100 | 0 | 1010011 | 101 | 1000100 | 1011000 | 110111 |
Color Harmonies of #D5F128
Complementary color
Monochromatic Colors of #D5F128
Black with #D5F128
Text Example
Text Example
White with #D5F128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F128; }
p { color: rgb(213,241,40); }
H1.HeaderClassName
{
color: #D5F128;
}
.AnyTagClassName
{
color: #D5F128;
}
</style>
background-color css
<style>
a { background-color: #D5F128; }
a { background-color: rgb(213,241,40); }
div.DivClassName
{
background-color: #D5F128;
}
.BgClassName
{
background-color: #D5F128;
}
</style>
border-color css
<style>
span { border-color: #D5F128; }
span { border-color: rgb(213,241,40); }
td.TdClassName
{
border-color: #D5F128;
}
.TagClassName
{
border-color: #D5F128;
}
</style>