Shades of Pear #D5F92A
Tints of Pear #D5F92A
RGB
CMYK
RGB Variations
Color information
#D5F92A (or 0xD5F92A) is known color: Pear. HEX triplet: D5, F9 and 2A. RGB value is (213,249,42). Sum of RGB (Red+Green+Blue) = 213+249+42=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F92A is #2A06D5. Grayscale: #D7D7D7. Windows color (decimal): -2754262 or 2816469. OLE color: 2816469.
HSL color Cylindrical-coordinate representation of color #D5F92A: hue angle of 70.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5F92A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 42 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.02 |
| HSL | 70.43º | 0.95% | 0.57% | - |
| HSV(B) | 70.43º | 0.83% | 0.98% | - |
| XYZ | 61.73 | 82.06 | 14.78 | - |
| YUV | 214.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 42 | 0.14 | 0 | 0.83 | 0.02 | 70.43 | 0.95 | 0.57 |
| Hex | D5 | F9 | 2A | E | 0 | 53 | 2 | 46 | 5F | 39 |
| Octal | 325 | 371 | 52 | 16 | 0 | 123 | 2 | 106 | 137 | 71 |
| Binary | 11010101 | 11111001 | 101010 | 1110 | 0 | 1010011 | 10 | 1000110 | 1011111 | 111001 |
Color Harmonies of #D5F92A
Complementary color
Monochromatic Colors of #D5F92A
Black with #D5F92A
Text Example
Text Example
White with #D5F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F92A; }
p { color: rgb(213,249,42); }
H1.HeaderClassName
{
color: #D5F92A;
}
.AnyTagClassName
{
color: #D5F92A;
}
</style>
background-color css
<style>
a { background-color: #D5F92A; }
a { background-color: rgb(213,249,42); }
div.DivClassName
{
background-color: #D5F92A;
}
.BgClassName
{
background-color: #D5F92A;
}
</style>
border-color css
<style>
span { border-color: #D5F92A; }
span { border-color: rgb(213,249,42); }
td.TdClassName
{
border-color: #D5F92A;
}
.TagClassName
{
border-color: #D5F92A;
}
</style>