Shades of Pear #D7F31D
Tints of Pear #D7F31D
RGB
CMYK
RGB Variations
Color information
#D7F31D (or 0xD7F31D) is known color: Pear. HEX triplet: D7, F3 and 1D. RGB value is (215,243,29). Sum of RGB (Red+Green+Blue) = 215+243+29=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F31D is #280CE2. Grayscale: #D3D3D3. Windows color (decimal): -2624739 or 1962967. OLE color: 1962967.
HSL color Cylindrical-coordinate representation of color #D7F31D: hue angle of 67.85º 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 #D7F31D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.05 |
| HSL | 67.85º | 0.9% | 0.53% | - |
| HSV(B) | 67.85º | 0.88% | 0.95% | - |
| XYZ | 60.3 | 78.64 | 13.16 | - |
| YUV | 210.23 | 25.72 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 29 | 0.12 | 0 | 0.88 | 0.05 | 67.85 | 0.9 | 0.53 |
| Hex | D7 | F3 | 1D | C | 0 | 58 | 5 | 44 | 5A | 35 |
| Octal | 327 | 363 | 35 | 14 | 0 | 130 | 5 | 104 | 132 | 65 |
| Binary | 11010111 | 11110011 | 11101 | 1100 | 0 | 1011000 | 101 | 1000100 | 1011010 | 110101 |
Color Harmonies of #D7F31D
Complementary color
Monochromatic Colors of #D7F31D
Black with #D7F31D
Text Example
Text Example
White with #D7F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F31D; }
p { color: rgb(215,243,29); }
H1.HeaderClassName
{
color: #D7F31D;
}
.AnyTagClassName
{
color: #D7F31D;
}
</style>
background-color css
<style>
a { background-color: #D7F31D; }
a { background-color: rgb(215,243,29); }
div.DivClassName
{
background-color: #D7F31D;
}
.BgClassName
{
background-color: #D7F31D;
}
</style>
border-color css
<style>
span { border-color: #D7F31D; }
span { border-color: rgb(215,243,29); }
td.TdClassName
{
border-color: #D7F31D;
}
.TagClassName
{
border-color: #D7F31D;
}
</style>