Shades of Pear #DAF12A
Tints of Pear #DAF12A
RGB
CMYK
RGB Variations
Color information
#DAF12A (or 0xDAF12A) is known color: Pear. HEX triplet: DA, F1 and 2A. RGB value is (218,241,42). Sum of RGB (Red+Green+Blue) = 218+241+42=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF12A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF12A is #250ED5. Grayscale: #D4D4D4. Windows color (decimal): -2428630 or 2814426. OLE color: 2814426.
HSL color Cylindrical-coordinate representation of color #DAF12A: hue angle of 66.93º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF12A is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 42 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.05 |
| HSL | 66.93º | 0.88% | 0.55% | - |
| HSV(B) | 66.93º | 0.83% | 0.95% | - |
| XYZ | 60.79 | 77.98 | 14.04 | - |
| YUV | 211.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 42 | 0.10 | 0 | 0.83 | 0.05 | 66.93 | 0.88 | 0.55 |
| Hex | DA | F1 | 2A | A | 0 | 53 | 5 | 43 | 58 | 37 |
| Octal | 332 | 361 | 52 | 12 | 0 | 123 | 5 | 103 | 130 | 67 |
| Binary | 11011010 | 11110001 | 101010 | 1010 | 0 | 1010011 | 101 | 1000011 | 1011000 | 110111 |
Color Harmonies of #DAF12A
Complementary color
Monochromatic Colors of #DAF12A
Black with #DAF12A
Text Example
Text Example
White with #DAF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF12A; }
p { color: rgb(218,241,42); }
H1.HeaderClassName
{
color: #DAF12A;
}
.AnyTagClassName
{
color: #DAF12A;
}
</style>
background-color css
<style>
a { background-color: #DAF12A; }
a { background-color: rgb(218,241,42); }
div.DivClassName
{
background-color: #DAF12A;
}
.BgClassName
{
background-color: #DAF12A;
}
</style>
border-color css
<style>
span { border-color: #DAF12A; }
span { border-color: rgb(218,241,42); }
td.TdClassName
{
border-color: #DAF12A;
}
.TagClassName
{
border-color: #DAF12A;
}
</style>