Shades of Pear #D7F322
Tints of Pear #D7F322
RGB
CMYK
RGB Variations
Color information
#D7F322 (or 0xD7F322) is known color: Pear. HEX triplet: D7, F3 and 22. RGB value is (215,243,34). Sum of RGB (Red+Green+Blue) = 215+243+34=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F322 is #280CDD. Grayscale: #D3D3D3. Windows color (decimal): -2624734 or 2290647. OLE color: 2290647.
HSL color Cylindrical-coordinate representation of color #D7F322: hue angle of 68.04º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7F322 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 34 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.05 |
| HSL | 68.04º | 0.9% | 0.54% | - |
| HSV(B) | 68.04º | 0.86% | 0.95% | - |
| XYZ | 60.36 | 78.66 | 13.52 | - |
| YUV | 210.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 34 | 0.12 | 0 | 0.86 | 0.05 | 68.04 | 0.9 | 0.54 |
| Hex | D7 | F3 | 22 | C | 0 | 56 | 5 | 44 | 5A | 36 |
| Octal | 327 | 363 | 42 | 14 | 0 | 126 | 5 | 104 | 132 | 66 |
| Binary | 11010111 | 11110011 | 100010 | 1100 | 0 | 1010110 | 101 | 1000100 | 1011010 | 110110 |
Color Harmonies of #D7F322
Complementary color
Monochromatic Colors of #D7F322
Black with #D7F322
Text Example
Text Example
White with #D7F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F322; }
p { color: rgb(215,243,34); }
H1.HeaderClassName
{
color: #D7F322;
}
.AnyTagClassName
{
color: #D7F322;
}
</style>
background-color css
<style>
a { background-color: #D7F322; }
a { background-color: rgb(215,243,34); }
div.DivClassName
{
background-color: #D7F322;
}
.BgClassName
{
background-color: #D7F322;
}
</style>
border-color css
<style>
span { border-color: #D7F322; }
span { border-color: rgb(215,243,34); }
td.TdClassName
{
border-color: #D7F322;
}
.TagClassName
{
border-color: #D7F322;
}
</style>