Shades of Pear #D5F52A
Tints of Pear #D5F52A
RGB
CMYK
RGB Variations
Color information
#D5F52A (or 0xD5F52A) is known color: Pear. HEX triplet: D5, F5 and 2A. RGB value is (213,245,42). Sum of RGB (Red+Green+Blue) = 213+245+42=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F52A is #2A0AD5. Grayscale: #D5D5D5. Windows color (decimal): -2755286 or 2815445. OLE color: 2815445.
HSL color Cylindrical-coordinate representation of color #D5F52A: hue angle of 69.46º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5F52A is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 42 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.04 |
| HSL | 69.46º | 0.91% | 0.56% | - |
| HSV(B) | 69.46º | 0.83% | 0.96% | - |
| XYZ | 60.51 | 79.62 | 14.37 | - |
| YUV | 212.29 | 31.9 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 42 | 0.13 | 0 | 0.83 | 0.04 | 69.46 | 0.91 | 0.56 |
| Hex | D5 | F5 | 2A | D | 0 | 53 | 4 | 45 | 5B | 38 |
| Octal | 325 | 365 | 52 | 15 | 0 | 123 | 4 | 105 | 133 | 70 |
| Binary | 11010101 | 11110101 | 101010 | 1101 | 0 | 1010011 | 100 | 1000101 | 1011011 | 111000 |
Color Harmonies of #D5F52A
Complementary color
Monochromatic Colors of #D5F52A
Black with #D5F52A
Text Example
Text Example
White with #D5F52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F52A; }
p { color: rgb(213,245,42); }
H1.HeaderClassName
{
color: #D5F52A;
}
.AnyTagClassName
{
color: #D5F52A;
}
</style>
background-color css
<style>
a { background-color: #D5F52A; }
a { background-color: rgb(213,245,42); }
div.DivClassName
{
background-color: #D5F52A;
}
.BgClassName
{
background-color: #D5F52A;
}
</style>
border-color css
<style>
span { border-color: #D5F52A; }
span { border-color: rgb(213,245,42); }
td.TdClassName
{
border-color: #D5F52A;
}
.TagClassName
{
border-color: #D5F52A;
}
</style>