Shades of Pear #DAF14A
Tints of Pear #DAF14A
RGB
CMYK
RGB Variations
Color information
#DAF14A (or 0xDAF14A) is known color: Pear. HEX triplet: DA, F1 and 4A. RGB value is (218,241,74). Sum of RGB (Red+Green+Blue) = 218+241+74=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF14A is #250EB5. Grayscale: #D7D7D7. Windows color (decimal): -2428598 or 4911578. OLE color: 4911578.
HSL color Cylindrical-coordinate representation of color #DAF14A: hue angle of 68.26º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF14A is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 74 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.05 |
| HSL | 68.26º | 0.86% | 0.62% | - |
| HSV(B) | 68.26º | 0.69% | 0.95% | - |
| XYZ | 61.6 | 78.31 | 18.35 | - |
| YUV | 215.09 | 48.38 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 74 | 0.10 | 0 | 0.69 | 0.05 | 68.26 | 0.86 | 0.62 |
| Hex | DA | F1 | 4A | A | 0 | 45 | 5 | 44 | 56 | 3E |
| Octal | 332 | 361 | 112 | 12 | 0 | 105 | 5 | 104 | 126 | 76 |
| Binary | 11011010 | 11110001 | 1001010 | 1010 | 0 | 1000101 | 101 | 1000100 | 1010110 | 111110 |
Color Harmonies of #DAF14A
Complementary color
Monochromatic Colors of #DAF14A
Black with #DAF14A
Text Example
Text Example
White with #DAF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF14A; }
p { color: rgb(218,241,74); }
H1.HeaderClassName
{
color: #DAF14A;
}
.AnyTagClassName
{
color: #DAF14A;
}
</style>
background-color css
<style>
a { background-color: #DAF14A; }
a { background-color: rgb(218,241,74); }
div.DivClassName
{
background-color: #DAF14A;
}
.BgClassName
{
background-color: #DAF14A;
}
</style>
border-color css
<style>
span { border-color: #DAF14A; }
span { border-color: rgb(218,241,74); }
td.TdClassName
{
border-color: #DAF14A;
}
.TagClassName
{
border-color: #DAF14A;
}
</style>