Shades of Pear #D5F92D
Tints of Pear #D5F92D
RGB
CMYK
RGB Variations
Color information
#D5F92D (or 0xD5F92D) is known color: Pear. HEX triplet: D5, F9 and 2D. RGB value is (213,249,45). Sum of RGB (Red+Green+Blue) = 213+249+45=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F92D is #2A06D2. Grayscale: #D7D7D7. Windows color (decimal): -2754259 or 3013077. OLE color: 3013077.
HSL color Cylindrical-coordinate representation of color #D5F92D: hue angle of 70.59º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5F92D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 45 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.02 |
| HSL | 70.59º | 0.94% | 0.58% | - |
| HSV(B) | 70.59º | 0.82% | 0.98% | - |
| XYZ | 61.79 | 82.09 | 15.07 | - |
| YUV | 214.98 | 32.07 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 45 | 0.14 | 0 | 0.82 | 0.02 | 70.59 | 0.94 | 0.58 |
| Hex | D5 | F9 | 2D | E | 0 | 52 | 2 | 47 | 5E | 3A |
| Octal | 325 | 371 | 55 | 16 | 0 | 122 | 2 | 107 | 136 | 72 |
| Binary | 11010101 | 11111001 | 101101 | 1110 | 0 | 1010010 | 10 | 1000111 | 1011110 | 111010 |
Color Harmonies of #D5F92D
Complementary color
Monochromatic Colors of #D5F92D
Black with #D5F92D
Text Example
Text Example
White with #D5F92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F92D; }
p { color: rgb(213,249,45); }
H1.HeaderClassName
{
color: #D5F92D;
}
.AnyTagClassName
{
color: #D5F92D;
}
</style>
background-color css
<style>
a { background-color: #D5F92D; }
a { background-color: rgb(213,249,45); }
div.DivClassName
{
background-color: #D5F92D;
}
.BgClassName
{
background-color: #D5F92D;
}
</style>
border-color css
<style>
span { border-color: #D5F92D; }
span { border-color: rgb(213,249,45); }
td.TdClassName
{
border-color: #D5F92D;
}
.TagClassName
{
border-color: #D5F92D;
}
</style>