Shades of Pear #D5F325
Tints of Pear #D5F325
RGB
CMYK
RGB Variations
Color information
#D5F325 (or 0xD5F325) is known color: Pear. HEX triplet: D5, F3 and 25. RGB value is (213,243,37). Sum of RGB (Red+Green+Blue) = 213+243+37=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F325 is #2A0CDA. Grayscale: #D3D3D3. Windows color (decimal): -2755803 or 2487253. OLE color: 2487253.
HSL color Cylindrical-coordinate representation of color #D5F325: hue angle of 68.74º degrees, saturation: 0.9, 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 #D5F325 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.05 |
| HSL | 68.74º | 0.9% | 0.55% | - |
| HSV(B) | 68.74º | 0.85% | 0.95% | - |
| XYZ | 59.83 | 78.38 | 13.73 | - |
| YUV | 210.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 37 | 0.12 | 0 | 0.85 | 0.05 | 68.74 | 0.9 | 0.55 |
| Hex | D5 | F3 | 25 | C | 0 | 55 | 5 | 45 | 5A | 37 |
| Octal | 325 | 363 | 45 | 14 | 0 | 125 | 5 | 105 | 132 | 67 |
| Binary | 11010101 | 11110011 | 100101 | 1100 | 0 | 1010101 | 101 | 1000101 | 1011010 | 110111 |
Color Harmonies of #D5F325
Complementary color
Monochromatic Colors of #D5F325
Black with #D5F325
Text Example
Text Example
White with #D5F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F325; }
p { color: rgb(213,243,37); }
H1.HeaderClassName
{
color: #D5F325;
}
.AnyTagClassName
{
color: #D5F325;
}
</style>
background-color css
<style>
a { background-color: #D5F325; }
a { background-color: rgb(213,243,37); }
div.DivClassName
{
background-color: #D5F325;
}
.BgClassName
{
background-color: #D5F325;
}
</style>
border-color css
<style>
span { border-color: #D5F325; }
span { border-color: rgb(213,243,37); }
td.TdClassName
{
border-color: #D5F325;
}
.TagClassName
{
border-color: #D5F325;
}
</style>