Shades of Pear #D5F921
Tints of Pear #D5F921
RGB
CMYK
RGB Variations
Color information
#D5F921 (or 0xD5F921) is known color: Pear. HEX triplet: D5, F9 and 21. RGB value is (213,249,33). Sum of RGB (Red+Green+Blue) = 213+249+33=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F921 is #2A06DE. Grayscale: #D6D6D6. Windows color (decimal): -2754271 or 2226645. OLE color: 2226645.
HSL color Cylindrical-coordinate representation of color #D5F921: hue angle of 70º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5F921 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 33 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.02 |
| HSL | 70º | 0.95% | 0.55% | - |
| HSV(B) | 70º | 0.87% | 0.98% | - |
| XYZ | 61.59 | 82.01 | 14.02 | - |
| YUV | 213.61 | 26.07 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 33 | 0.14 | 0 | 0.87 | 0.02 | 70 | 0.95 | 0.55 |
| Hex | D5 | F9 | 21 | E | 0 | 57 | 2 | 46 | 5F | 37 |
| Octal | 325 | 371 | 41 | 16 | 0 | 127 | 2 | 106 | 137 | 67 |
| Binary | 11010101 | 11111001 | 100001 | 1110 | 0 | 1010111 | 10 | 1000110 | 1011111 | 110111 |
Color Harmonies of #D5F921
Complementary color
Monochromatic Colors of #D5F921
Black with #D5F921
Text Example
Text Example
White with #D5F921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F921; }
p { color: rgb(213,249,33); }
H1.HeaderClassName
{
color: #D5F921;
}
.AnyTagClassName
{
color: #D5F921;
}
</style>
background-color css
<style>
a { background-color: #D5F921; }
a { background-color: rgb(213,249,33); }
div.DivClassName
{
background-color: #D5F921;
}
.BgClassName
{
background-color: #D5F921;
}
</style>
border-color css
<style>
span { border-color: #D5F921; }
span { border-color: rgb(213,249,33); }
td.TdClassName
{
border-color: #D5F921;
}
.TagClassName
{
border-color: #D5F921;
}
</style>