Shades of Pear #DAF141
Tints of Pear #DAF141
RGB
CMYK
RGB Variations
Color information
#DAF141 (or 0xDAF141) is known color: Pear. HEX triplet: DA, F1 and 41. RGB value is (218,241,65). Sum of RGB (Red+Green+Blue) = 218+241+65=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF141 is #250EBE. Grayscale: #D6D6D6. Windows color (decimal): -2428607 or 4321754. OLE color: 4321754.
HSL color Cylindrical-coordinate representation of color #DAF141: hue angle of 67.84º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAF141 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 65 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.05 |
| HSL | 67.84º | 0.86% | 0.6% | - |
| HSV(B) | 67.84º | 0.73% | 0.95% | - |
| XYZ | 61.32 | 78.2 | 16.86 | - |
| YUV | 214.06 | 43.88 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 65 | 0.10 | 0 | 0.73 | 0.05 | 67.84 | 0.86 | 0.6 |
| Hex | DA | F1 | 41 | A | 0 | 49 | 5 | 44 | 56 | 3C |
| Octal | 332 | 361 | 101 | 12 | 0 | 111 | 5 | 104 | 126 | 74 |
| Binary | 11011010 | 11110001 | 1000001 | 1010 | 0 | 1001001 | 101 | 1000100 | 1010110 | 111100 |
Color Harmonies of #DAF141
Complementary color
Monochromatic Colors of #DAF141
Black with #DAF141
Text Example
Text Example
White with #DAF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF141; }
p { color: rgb(218,241,65); }
H1.HeaderClassName
{
color: #DAF141;
}
.AnyTagClassName
{
color: #DAF141;
}
</style>
background-color css
<style>
a { background-color: #DAF141; }
a { background-color: rgb(218,241,65); }
div.DivClassName
{
background-color: #DAF141;
}
.BgClassName
{
background-color: #DAF141;
}
</style>
border-color css
<style>
span { border-color: #DAF141; }
span { border-color: rgb(218,241,65); }
td.TdClassName
{
border-color: #DAF141;
}
.TagClassName
{
border-color: #DAF141;
}
</style>