Shades of Pear #DAF825
Tints of Pear #DAF825
RGB
CMYK
RGB Variations
Color information
#DAF825 (or 0xDAF825) is known color: Pear. HEX triplet: DA, F8 and 25. RGB value is (218,248,37). Sum of RGB (Red+Green+Blue) = 218+248+37=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF825 is #2507DA. Grayscale: #D7D7D7. Windows color (decimal): -2426843 or 2488538. OLE color: 2488538.
HSL color Cylindrical-coordinate representation of color #DAF825: hue angle of 68.53º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAF825 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.03 |
| HSL | 68.53º | 0.94% | 0.56% | - |
| HSV(B) | 68.53º | 0.85% | 0.97% | - |
| XYZ | 62.81 | 82.17 | 14.3 | - |
| YUV | 214.98 | 27.56 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 37 | 0.12 | 0 | 0.85 | 0.03 | 68.53 | 0.94 | 0.56 |
| Hex | DA | F8 | 25 | C | 0 | 55 | 3 | 45 | 5E | 38 |
| Octal | 332 | 370 | 45 | 14 | 0 | 125 | 3 | 105 | 136 | 70 |
| Binary | 11011010 | 11111000 | 100101 | 1100 | 0 | 1010101 | 11 | 1000101 | 1011110 | 111000 |
Color Harmonies of #DAF825
Complementary color
Monochromatic Colors of #DAF825
Black with #DAF825
Text Example
Text Example
White with #DAF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF825; }
p { color: rgb(218,248,37); }
H1.HeaderClassName
{
color: #DAF825;
}
.AnyTagClassName
{
color: #DAF825;
}
</style>
background-color css
<style>
a { background-color: #DAF825; }
a { background-color: rgb(218,248,37); }
div.DivClassName
{
background-color: #DAF825;
}
.BgClassName
{
background-color: #DAF825;
}
</style>
border-color css
<style>
span { border-color: #DAF825; }
span { border-color: rgb(218,248,37); }
td.TdClassName
{
border-color: #DAF825;
}
.TagClassName
{
border-color: #DAF825;
}
</style>