Shades of Pear #DAF325
Tints of Pear #DAF325
RGB
CMYK
RGB Variations
Color information
#DAF325 (or 0xDAF325) is known color: Pear. HEX triplet: DA, F3 and 25. RGB value is (218,243,37). Sum of RGB (Red+Green+Blue) = 218+243+37=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF325 is #250CDA. Grayscale: #D4D4D4. Windows color (decimal): -2428123 or 2487258. OLE color: 2487258.
HSL color Cylindrical-coordinate representation of color #DAF325: hue angle of 67.28º 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 #DAF325 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 37 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.05 |
| HSL | 67.28º | 0.9% | 0.55% | - |
| HSV(B) | 67.28º | 0.85% | 0.95% | - |
| XYZ | 61.3 | 79.14 | 13.8 | - |
| YUV | 212.04 | 29.22 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 37 | 0.10 | 0 | 0.85 | 0.05 | 67.28 | 0.9 | 0.55 |
| Hex | DA | F3 | 25 | A | 0 | 55 | 5 | 43 | 5A | 37 |
| Octal | 332 | 363 | 45 | 12 | 0 | 125 | 5 | 103 | 132 | 67 |
| Binary | 11011010 | 11110011 | 100101 | 1010 | 0 | 1010101 | 101 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DAF325
Complementary color
Monochromatic Colors of #DAF325
Black with #DAF325
Text Example
Text Example
White with #DAF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF325; }
p { color: rgb(218,243,37); }
H1.HeaderClassName
{
color: #DAF325;
}
.AnyTagClassName
{
color: #DAF325;
}
</style>
background-color css
<style>
a { background-color: #DAF325; }
a { background-color: rgb(218,243,37); }
div.DivClassName
{
background-color: #DAF325;
}
.BgClassName
{
background-color: #DAF325;
}
</style>
border-color css
<style>
span { border-color: #DAF325; }
span { border-color: rgb(218,243,37); }
td.TdClassName
{
border-color: #DAF325;
}
.TagClassName
{
border-color: #DAF325;
}
</style>