Shades of Pear #DAF925
Tints of Pear #DAF925
RGB
CMYK
RGB Variations
Color information
#DAF925 (or 0xDAF925) is known color: Pear. HEX triplet: DA, F9 and 25. RGB value is (218,249,37). Sum of RGB (Red+Green+Blue) = 218+249+37=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF925 is #2506DA. Grayscale: #D8D8D8. Windows color (decimal): -2426587 or 2488794. OLE color: 2488794.
HSL color Cylindrical-coordinate representation of color #DAF925: hue angle of 68.77º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAF925 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.02 |
| HSL | 68.77º | 0.95% | 0.56% | - |
| HSV(B) | 68.77º | 0.85% | 0.98% | - |
| XYZ | 63.12 | 82.79 | 14.4 | - |
| YUV | 215.56 | 27.23 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 37 | 0.12 | 0 | 0.85 | 0.02 | 68.77 | 0.95 | 0.56 |
| Hex | DA | F9 | 25 | C | 0 | 55 | 2 | 45 | 5F | 38 |
| Octal | 332 | 371 | 45 | 14 | 0 | 125 | 2 | 105 | 137 | 70 |
| Binary | 11011010 | 11111001 | 100101 | 1100 | 0 | 1010101 | 10 | 1000101 | 1011111 | 111000 |
Color Harmonies of #DAF925
Complementary color
Monochromatic Colors of #DAF925
Black with #DAF925
Text Example
Text Example
White with #DAF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF925; }
p { color: rgb(218,249,37); }
H1.HeaderClassName
{
color: #DAF925;
}
.AnyTagClassName
{
color: #DAF925;
}
</style>
background-color css
<style>
a { background-color: #DAF925; }
a { background-color: rgb(218,249,37); }
div.DivClassName
{
background-color: #DAF925;
}
.BgClassName
{
background-color: #DAF925;
}
</style>
border-color css
<style>
span { border-color: #DAF925; }
span { border-color: rgb(218,249,37); }
td.TdClassName
{
border-color: #DAF925;
}
.TagClassName
{
border-color: #DAF925;
}
</style>