Shades of Pear #D3F225
Tints of Pear #D3F225
RGB
CMYK
RGB Variations
Color information
#D3F225 (or 0xD3F225) is known color: Pear. HEX triplet: D3, F2 and 25. RGB value is (211,242,37). Sum of RGB (Red+Green+Blue) = 211+242+37=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F225 is #2C0DDA. Grayscale: #D2D2D2. Windows color (decimal): -2887131 or 2486995. OLE color: 2486995.
HSL color Cylindrical-coordinate representation of color #D3F225: hue angle of 69.07º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3F225 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 37 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.05 |
| HSL | 69.07º | 0.89% | 0.55% | - |
| HSV(B) | 69.07º | 0.85% | 0.95% | - |
| XYZ | 58.95 | 77.49 | 13.6 | - |
| YUV | 209.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 37 | 0.13 | 0 | 0.85 | 0.05 | 69.07 | 0.89 | 0.55 |
| Hex | D3 | F2 | 25 | D | 0 | 55 | 5 | 45 | 59 | 37 |
| Octal | 323 | 362 | 45 | 15 | 0 | 125 | 5 | 105 | 131 | 67 |
| Binary | 11010011 | 11110010 | 100101 | 1101 | 0 | 1010101 | 101 | 1000101 | 1011001 | 110111 |
Color Harmonies of #D3F225
Complementary color
Monochromatic Colors of #D3F225
Black with #D3F225
Text Example
Text Example
White with #D3F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F225; }
p { color: rgb(211,242,37); }
H1.HeaderClassName
{
color: #D3F225;
}
.AnyTagClassName
{
color: #D3F225;
}
</style>
background-color css
<style>
a { background-color: #D3F225; }
a { background-color: rgb(211,242,37); }
div.DivClassName
{
background-color: #D3F225;
}
.BgClassName
{
background-color: #D3F225;
}
</style>
border-color css
<style>
span { border-color: #D3F225; }
span { border-color: rgb(211,242,37); }
td.TdClassName
{
border-color: #D3F225;
}
.TagClassName
{
border-color: #D3F225;
}
</style>