Shades of Pear #DAFF37
Tints of Pear #DAFF37
RGB
CMYK
RGB Variations
Color information
#DAFF37 (or 0xDAFF37) is known color: Pear. HEX triplet: DA, FF and 37. RGB value is (218,255,55). Sum of RGB (Red+Green+Blue) = 218+255+55=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 55 (21.88% from 255 or 10.42% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF37 is #2500C8. Grayscale: #DDDDDD. Windows color (decimal): -2425033 or 3669978. OLE color: 3669978.
HSL color Cylindrical-coordinate representation of color #DAFF37: hue angle of 71.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAFF37 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 55 | - |
| CMYK | 0.15 | 0 | 0.78 | 0 |
| HSL | 71.1º | 1% | 0.61% | - |
| HSV(B) | 71.1º | 0.78% | 1% | - |
| XYZ | 65.36 | 86.7 | 16.9 | - |
| YUV | 221.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 55 | 0.15 | 0 | 0.78 | 0 | 71.1 | 1 | 0.61 |
| Hex | DA | FF | 37 | F | 0 | 4E | 0 | 47 | 64 | 3D |
| Octal | 332 | 377 | 67 | 17 | 0 | 116 | 0 | 107 | 144 | 75 |
| Binary | 11011010 | 11111111 | 110111 | 1111 | 0 | 1001110 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DAFF37
Complementary color
Monochromatic Colors of #DAFF37
Black with #DAFF37
Text Example
Text Example
White with #DAFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF37; }
p { color: rgb(218,255,55); }
H1.HeaderClassName
{
color: #DAFF37;
}
.AnyTagClassName
{
color: #DAFF37;
}
</style>
background-color css
<style>
a { background-color: #DAFF37; }
a { background-color: rgb(218,255,55); }
div.DivClassName
{
background-color: #DAFF37;
}
.BgClassName
{
background-color: #DAFF37;
}
</style>
border-color css
<style>
span { border-color: #DAFF37; }
span { border-color: rgb(218,255,55); }
td.TdClassName
{
border-color: #DAFF37;
}
.TagClassName
{
border-color: #DAFF37;
}
</style>