Shades of Pear #D5F31D
Tints of Pear #D5F31D
RGB
CMYK
RGB Variations
Color information
#D5F31D (or 0xD5F31D) is known color: Pear. HEX triplet: D5, F3 and 1D. RGB value is (213,243,29). Sum of RGB (Red+Green+Blue) = 213+243+29=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F31D is #2A0CE2. Grayscale: #D2D2D2. Windows color (decimal): -2755811 or 1962965. OLE color: 1962965.
HSL color Cylindrical-coordinate representation of color #D5F31D: hue angle of 68.41º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5F31D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.05 |
| HSL | 68.41º | 0.9% | 0.53% | - |
| HSV(B) | 68.41º | 0.88% | 0.95% | - |
| XYZ | 59.71 | 78.34 | 13.14 | - |
| YUV | 209.63 | 26.06 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 29 | 0.12 | 0 | 0.88 | 0.05 | 68.41 | 0.9 | 0.53 |
| Hex | D5 | F3 | 1D | C | 0 | 58 | 5 | 44 | 5A | 35 |
| Octal | 325 | 363 | 35 | 14 | 0 | 130 | 5 | 104 | 132 | 65 |
| Binary | 11010101 | 11110011 | 11101 | 1100 | 0 | 1011000 | 101 | 1000100 | 1011010 | 110101 |
Color Harmonies of #D5F31D
Complementary color
Monochromatic Colors of #D5F31D
Black with #D5F31D
Text Example
Text Example
White with #D5F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F31D; }
p { color: rgb(213,243,29); }
H1.HeaderClassName
{
color: #D5F31D;
}
.AnyTagClassName
{
color: #D5F31D;
}
</style>
background-color css
<style>
a { background-color: #D5F31D; }
a { background-color: rgb(213,243,29); }
div.DivClassName
{
background-color: #D5F31D;
}
.BgClassName
{
background-color: #D5F31D;
}
</style>
border-color css
<style>
span { border-color: #D5F31D; }
span { border-color: rgb(213,243,29); }
td.TdClassName
{
border-color: #D5F31D;
}
.TagClassName
{
border-color: #D5F31D;
}
</style>