Shades of Pear #D4F92A
Tints of Pear #D4F92A
RGB
CMYK
RGB Variations
Color information
#D4F92A (or 0xD4F92A) is known color: Pear. HEX triplet: D4, F9 and 2A. RGB value is (212,249,42). Sum of RGB (Red+Green+Blue) = 212+249+42=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F92A is #2B06D5. Grayscale: #D7D7D7. Windows color (decimal): -2819798 or 2816468. OLE color: 2816468.
HSL color Cylindrical-coordinate representation of color #D4F92A: hue angle of 70.72º 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 #D4F92A is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 42 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.02 |
| HSL | 70.72º | 0.95% | 0.57% | - |
| HSV(B) | 70.72º | 0.83% | 0.98% | - |
| XYZ | 61.44 | 81.92 | 14.76 | - |
| YUV | 214.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 42 | 0.15 | 0 | 0.83 | 0.02 | 70.72 | 0.95 | 0.57 |
| Hex | D4 | F9 | 2A | F | 0 | 53 | 2 | 47 | 5F | 39 |
| Octal | 324 | 371 | 52 | 17 | 0 | 123 | 2 | 107 | 137 | 71 |
| Binary | 11010100 | 11111001 | 101010 | 1111 | 0 | 1010011 | 10 | 1000111 | 1011111 | 111001 |
Color Harmonies of #D4F92A
Complementary color
Monochromatic Colors of #D4F92A
Black with #D4F92A
Text Example
Text Example
White with #D4F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F92A; }
p { color: rgb(212,249,42); }
H1.HeaderClassName
{
color: #D4F92A;
}
.AnyTagClassName
{
color: #D4F92A;
}
</style>
background-color css
<style>
a { background-color: #D4F92A; }
a { background-color: rgb(212,249,42); }
div.DivClassName
{
background-color: #D4F92A;
}
.BgClassName
{
background-color: #D4F92A;
}
</style>
border-color css
<style>
span { border-color: #D4F92A; }
span { border-color: rgb(212,249,42); }
td.TdClassName
{
border-color: #D4F92A;
}
.TagClassName
{
border-color: #D4F92A;
}
</style>