Shades of Pear #D7F326
Tints of Pear #D7F326
RGB
CMYK
RGB Variations
Color information
#D7F326 (or 0xD7F326) is known color: Pear. HEX triplet: D7, F3 and 26. RGB value is (215,243,38). Sum of RGB (Red+Green+Blue) = 215+243+38=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 38 (15.23% from 255 or 7.66% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F326 is #280CD9. Grayscale: #D4D4D4. Windows color (decimal): -2624730 or 2552791. OLE color: 2552791.
HSL color Cylindrical-coordinate representation of color #D7F326: hue angle of 68.2º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7F326 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 38 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.05 |
| HSL | 68.2º | 0.9% | 0.55% | - |
| HSV(B) | 68.2º | 0.84% | 0.95% | - |
| XYZ | 60.42 | 78.69 | 13.84 | - |
| YUV | 211.26 | 30.22 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 38 | 0.12 | 0 | 0.84 | 0.05 | 68.2 | 0.9 | 0.55 |
| Hex | D7 | F3 | 26 | C | 0 | 54 | 5 | 44 | 5A | 37 |
| Octal | 327 | 363 | 46 | 14 | 0 | 124 | 5 | 104 | 132 | 67 |
| Binary | 11010111 | 11110011 | 100110 | 1100 | 0 | 1010100 | 101 | 1000100 | 1011010 | 110111 |
Color Harmonies of #D7F326
Complementary color
Monochromatic Colors of #D7F326
Black with #D7F326
Text Example
Text Example
White with #D7F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F326; }
p { color: rgb(215,243,38); }
H1.HeaderClassName
{
color: #D7F326;
}
.AnyTagClassName
{
color: #D7F326;
}
</style>
background-color css
<style>
a { background-color: #D7F326; }
a { background-color: rgb(215,243,38); }
div.DivClassName
{
background-color: #D7F326;
}
.BgClassName
{
background-color: #D7F326;
}
</style>
border-color css
<style>
span { border-color: #D7F326; }
span { border-color: rgb(215,243,38); }
td.TdClassName
{
border-color: #D7F326;
}
.TagClassName
{
border-color: #D7F326;
}
</style>