Shades of Pear #DAFF41
Tints of Pear #DAFF41
RGB
CMYK
RGB Variations
Color information
#DAFF41 (or 0xDAFF41) is known color: Pear. HEX triplet: DA, FF and 41. RGB value is (218,255,65). Sum of RGB (Red+Green+Blue) = 218+255+65=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF41 is #2500BE. Grayscale: #DEDEDE. Windows color (decimal): -2425023 or 4325338. OLE color: 4325338.
HSL color Cylindrical-coordinate representation of color #DAFF41: hue angle of 71.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAFF41 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 65 | - |
| CMYK | 0.15 | 0 | 0.75 | 0 |
| HSL | 71.68º | 1% | 0.63% | - |
| HSV(B) | 71.68º | 0.75% | 1% | - |
| XYZ | 65.63 | 86.81 | 18.3 | - |
| YUV | 222.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 65 | 0.15 | 0 | 0.75 | 0 | 71.68 | 1 | 0.63 |
| Hex | DA | FF | 41 | F | 0 | 4B | 0 | 48 | 64 | 3F |
| Octal | 332 | 377 | 101 | 17 | 0 | 113 | 0 | 110 | 144 | 77 |
| Binary | 11011010 | 11111111 | 1000001 | 1111 | 0 | 1001011 | 0 | 1001000 | 1100100 | 111111 |
Color Harmonies of #DAFF41
Complementary color
Monochromatic Colors of #DAFF41
Black with #DAFF41
Text Example
Text Example
White with #DAFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF41; }
p { color: rgb(218,255,65); }
H1.HeaderClassName
{
color: #DAFF41;
}
.AnyTagClassName
{
color: #DAFF41;
}
</style>
background-color css
<style>
a { background-color: #DAFF41; }
a { background-color: rgb(218,255,65); }
div.DivClassName
{
background-color: #DAFF41;
}
.BgClassName
{
background-color: #DAFF41;
}
</style>
border-color css
<style>
span { border-color: #DAFF41; }
span { border-color: rgb(218,255,65); }
td.TdClassName
{
border-color: #DAFF41;
}
.TagClassName
{
border-color: #DAFF41;
}
</style>