Shades of Pear #DAFE3B
Tints of Pear #DAFE3B
RGB
CMYK
RGB Variations
Color information
#DAFE3B (or 0xDAFE3B) is known color: Pear. HEX triplet: DA, FE and 3B. RGB value is (218,254,59). Sum of RGB (Red+Green+Blue) = 218+254+59=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 59 (23.44% from 255 or 11.11% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE3B is #2501C4. Grayscale: #DDDDDD. Windows color (decimal): -2425285 or 3931866. OLE color: 3931866.
HSL color Cylindrical-coordinate representation of color #DAFE3B: hue angle of 71.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAFE3B is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 59 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.00 |
| HSL | 71.08º | 0.99% | 0.61% | - |
| HSV(B) | 71.08º | 0.77% | 1% | - |
| XYZ | 65.14 | 86.1 | 17.32 | - |
| YUV | 221.01 | 36.57 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 59 | 0.14 | 0 | 0.77 | 0.00 | 71.08 | 0.99 | 0.61 |
| Hex | DA | FE | 3B | E | 0 | 4D | 0 | 47 | 63 | 3D |
| Octal | 332 | 376 | 73 | 16 | 0 | 115 | 0 | 107 | 143 | 75 |
| Binary | 11011010 | 11111110 | 111011 | 1110 | 0 | 1001101 | 0 | 1000111 | 1100011 | 111101 |
Color Harmonies of #DAFE3B
Complementary color
Monochromatic Colors of #DAFE3B
Black with #DAFE3B
Text Example
Text Example
White with #DAFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE3B; }
p { color: rgb(218,254,59); }
H1.HeaderClassName
{
color: #DAFE3B;
}
.AnyTagClassName
{
color: #DAFE3B;
}
</style>
background-color css
<style>
a { background-color: #DAFE3B; }
a { background-color: rgb(218,254,59); }
div.DivClassName
{
background-color: #DAFE3B;
}
.BgClassName
{
background-color: #DAFE3B;
}
</style>
border-color css
<style>
span { border-color: #DAFE3B; }
span { border-color: rgb(218,254,59); }
td.TdClassName
{
border-color: #DAFE3B;
}
.TagClassName
{
border-color: #DAFE3B;
}
</style>