Shades of Pear #DAE125
Tints of Pear #DAE125
RGB
CMYK
RGB Variations
Color information
#DAE125 (or 0xDAE125) is known color: Pear. HEX triplet: DA, E1 and 25. RGB value is (218,225,37). Sum of RGB (Red+Green+Blue) = 218+225+37=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE125 is #251EDA. Grayscale: #CACACA. Windows color (decimal): -2432731 or 2482650. OLE color: 2482650.
HSL color Cylindrical-coordinate representation of color #DAE125: hue angle of 62.23º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAE125 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 37 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.12 |
| HSL | 62.23º | 0.76% | 0.51% | - |
| HSV(B) | 62.23º | 0.84% | 0.88% | - |
| XYZ | 56.17 | 68.89 | 12.09 | - |
| YUV | 201.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 37 | 0.03 | 0 | 0.84 | 0.12 | 62.23 | 0.76 | 0.51 |
| Hex | DA | E1 | 25 | 3 | 0 | 54 | C | 3E | 4C | 33 |
| Octal | 332 | 341 | 45 | 3 | 0 | 124 | 14 | 76 | 114 | 63 |
| Binary | 11011010 | 11100001 | 100101 | 11 | 0 | 1010100 | 1100 | 111110 | 1001100 | 110011 |
Color Harmonies of #DAE125
Complementary color
Monochromatic Colors of #DAE125
Black with #DAE125
Text Example
Text Example
White with #DAE125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE125; }
p { color: rgb(218,225,37); }
H1.HeaderClassName
{
color: #DAE125;
}
.AnyTagClassName
{
color: #DAE125;
}
</style>
background-color css
<style>
a { background-color: #DAE125; }
a { background-color: rgb(218,225,37); }
div.DivClassName
{
background-color: #DAE125;
}
.BgClassName
{
background-color: #DAE125;
}
</style>
border-color css
<style>
span { border-color: #DAE125; }
span { border-color: rgb(218,225,37); }
td.TdClassName
{
border-color: #DAE125;
}
.TagClassName
{
border-color: #DAE125;
}
</style>