Shades of Pear #DAF92A
Tints of Pear #DAF92A
RGB
CMYK
RGB Variations
Color information
#DAF92A (or 0xDAF92A) is known color: Pear. HEX triplet: DA, F9 and 2A. RGB value is (218,249,42). Sum of RGB (Red+Green+Blue) = 218+249+42=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF92A is #2506D5. Grayscale: #D8D8D8. Windows color (decimal): -2426582 or 2816474. OLE color: 2816474.
HSL color Cylindrical-coordinate representation of color #DAF92A: hue angle of 68.99º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF92A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 42 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.02 |
| HSL | 68.99º | 0.95% | 0.57% | - |
| HSV(B) | 68.99º | 0.83% | 0.98% | - |
| XYZ | 63.21 | 82.82 | 14.85 | - |
| YUV | 216.13 | 29.73 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 42 | 0.12 | 0 | 0.83 | 0.02 | 68.99 | 0.95 | 0.57 |
| Hex | DA | F9 | 2A | C | 0 | 53 | 2 | 45 | 5F | 39 |
| Octal | 332 | 371 | 52 | 14 | 0 | 123 | 2 | 105 | 137 | 71 |
| Binary | 11011010 | 11111001 | 101010 | 1100 | 0 | 1010011 | 10 | 1000101 | 1011111 | 111001 |
Color Harmonies of #DAF92A
Complementary color
Monochromatic Colors of #DAF92A
Black with #DAF92A
Text Example
Text Example
White with #DAF92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF92A; }
p { color: rgb(218,249,42); }
H1.HeaderClassName
{
color: #DAF92A;
}
.AnyTagClassName
{
color: #DAF92A;
}
</style>
background-color css
<style>
a { background-color: #DAF92A; }
a { background-color: rgb(218,249,42); }
div.DivClassName
{
background-color: #DAF92A;
}
.BgClassName
{
background-color: #DAF92A;
}
</style>
border-color css
<style>
span { border-color: #DAF92A; }
span { border-color: rgb(218,249,42); }
td.TdClassName
{
border-color: #DAF92A;
}
.TagClassName
{
border-color: #DAF92A;
}
</style>