Shades of Pear #D5F928
Tints of Pear #D5F928
RGB
CMYK
RGB Variations
Color information
#D5F928 (or 0xD5F928) is known color: Pear. HEX triplet: D5, F9 and 28. RGB value is (213,249,40). Sum of RGB (Red+Green+Blue) = 213+249+40=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F928 is #2A06D7. Grayscale: #D7D7D7. Windows color (decimal): -2754264 or 2685397. OLE color: 2685397.
HSL color Cylindrical-coordinate representation of color #D5F928: hue angle of 70.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5F928 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 40 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.02 |
| HSL | 70.33º | 0.95% | 0.57% | - |
| HSV(B) | 70.33º | 0.84% | 0.98% | - |
| XYZ | 61.7 | 82.05 | 14.59 | - |
| YUV | 214.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 40 | 0.14 | 0 | 0.84 | 0.02 | 70.33 | 0.95 | 0.57 |
| Hex | D5 | F9 | 28 | E | 0 | 54 | 2 | 46 | 5F | 39 |
| Octal | 325 | 371 | 50 | 16 | 0 | 124 | 2 | 106 | 137 | 71 |
| Binary | 11010101 | 11111001 | 101000 | 1110 | 0 | 1010100 | 10 | 1000110 | 1011111 | 111001 |
Color Harmonies of #D5F928
Complementary color
Monochromatic Colors of #D5F928
Black with #D5F928
Text Example
Text Example
White with #D5F928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F928; }
p { color: rgb(213,249,40); }
H1.HeaderClassName
{
color: #D5F928;
}
.AnyTagClassName
{
color: #D5F928;
}
</style>
background-color css
<style>
a { background-color: #D5F928; }
a { background-color: rgb(213,249,40); }
div.DivClassName
{
background-color: #D5F928;
}
.BgClassName
{
background-color: #D5F928;
}
</style>
border-color css
<style>
span { border-color: #D5F928; }
span { border-color: rgb(213,249,40); }
td.TdClassName
{
border-color: #D5F928;
}
.TagClassName
{
border-color: #D5F928;
}
</style>