Shades of Pear #DAFE38
Tints of Pear #DAFE38
RGB
CMYK
RGB Variations
Color information
#DAFE38 (or 0xDAFE38) is known color: Pear. HEX triplet: DA, FE and 38. RGB value is (218,254,56). Sum of RGB (Red+Green+Blue) = 218+254+56=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 56 (22.27% from 255 or 10.61% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE38 is #2501C7. Grayscale: #DDDDDD. Windows color (decimal): -2425288 or 3735258. OLE color: 3735258.
HSL color Cylindrical-coordinate representation of color #DAFE38: hue angle of 70.91º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAFE38 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 56 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.00 |
| HSL | 70.91º | 0.99% | 0.61% | - |
| HSV(B) | 70.91º | 0.78% | 1% | - |
| XYZ | 65.07 | 86.07 | 16.93 | - |
| YUV | 220.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 56 | 0.14 | 0 | 0.78 | 0.00 | 70.91 | 0.99 | 0.61 |
| Hex | DA | FE | 38 | E | 0 | 4E | 0 | 47 | 63 | 3D |
| Octal | 332 | 376 | 70 | 16 | 0 | 116 | 0 | 107 | 143 | 75 |
| Binary | 11011010 | 11111110 | 111000 | 1110 | 0 | 1001110 | 0 | 1000111 | 1100011 | 111101 |
Color Harmonies of #DAFE38
Complementary color
Monochromatic Colors of #DAFE38
Black with #DAFE38
Text Example
Text Example
White with #DAFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE38; }
p { color: rgb(218,254,56); }
H1.HeaderClassName
{
color: #DAFE38;
}
.AnyTagClassName
{
color: #DAFE38;
}
</style>
background-color css
<style>
a { background-color: #DAFE38; }
a { background-color: rgb(218,254,56); }
div.DivClassName
{
background-color: #DAFE38;
}
.BgClassName
{
background-color: #DAFE38;
}
</style>
border-color css
<style>
span { border-color: #DAFE38; }
span { border-color: rgb(218,254,56); }
td.TdClassName
{
border-color: #DAFE38;
}
.TagClassName
{
border-color: #DAFE38;
}
</style>