Shades of Pear #DAF530
Tints of Pear #DAF530
RGB
CMYK
RGB Variations
Color information
#DAF530 (or 0xDAF530) is known color: Pear. HEX triplet: DA, F5 and 30. RGB value is (218,245,48). Sum of RGB (Red+Green+Blue) = 218+245+48=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF530 is #250ACF. Grayscale: #D7D7D7. Windows color (decimal): -2427600 or 3208666. OLE color: 3208666.
HSL color Cylindrical-coordinate representation of color #DAF530: hue angle of 68.22º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF530 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 48 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.04 |
| HSL | 68.22º | 0.91% | 0.57% | - |
| HSV(B) | 68.22º | 0.8% | 0.96% | - |
| XYZ | 62.1 | 80.42 | 15.05 | - |
| YUV | 214.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 48 | 0.11 | 0 | 0.80 | 0.04 | 68.22 | 0.91 | 0.57 |
| Hex | DA | F5 | 30 | B | 0 | 50 | 4 | 44 | 5B | 39 |
| Octal | 332 | 365 | 60 | 13 | 0 | 120 | 4 | 104 | 133 | 71 |
| Binary | 11011010 | 11110101 | 110000 | 1011 | 0 | 1010000 | 100 | 1000100 | 1011011 | 111001 |
Color Harmonies of #DAF530
Complementary color
Monochromatic Colors of #DAF530
Black with #DAF530
Text Example
Text Example
White with #DAF530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF530; }
p { color: rgb(218,245,48); }
H1.HeaderClassName
{
color: #DAF530;
}
.AnyTagClassName
{
color: #DAF530;
}
</style>
background-color css
<style>
a { background-color: #DAF530; }
a { background-color: rgb(218,245,48); }
div.DivClassName
{
background-color: #DAF530;
}
.BgClassName
{
background-color: #DAF530;
}
</style>
border-color css
<style>
span { border-color: #DAF530; }
span { border-color: rgb(218,245,48); }
td.TdClassName
{
border-color: #DAF530;
}
.TagClassName
{
border-color: #DAF530;
}
</style>