Shades of Pear #DAF54C
Tints of Pear #DAF54C
RGB
CMYK
RGB Variations
Color information
#DAF54C (or 0xDAF54C) is known color: Pear. HEX triplet: DA, F5 and 4C. RGB value is (218,245,76). Sum of RGB (Red+Green+Blue) = 218+245+76=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 76 (30.08% from 255 or 14.10% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF54C is #250AB3. Grayscale: #DADADA. Windows color (decimal): -2427572 or 5043674. OLE color: 5043674.
HSL color Cylindrical-coordinate representation of color #DAF54C: hue angle of 69.59º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF54C is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 76 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.04 |
| HSL | 69.59º | 0.89% | 0.63% | - |
| HSV(B) | 69.59º | 0.69% | 0.96% | - |
| XYZ | 62.87 | 80.73 | 19.11 | - |
| YUV | 217.66 | 48.05 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 76 | 0.11 | 0 | 0.69 | 0.04 | 69.59 | 0.89 | 0.63 |
| Hex | DA | F5 | 4C | B | 0 | 45 | 4 | 46 | 59 | 3F |
| Octal | 332 | 365 | 114 | 13 | 0 | 105 | 4 | 106 | 131 | 77 |
| Binary | 11011010 | 11110101 | 1001100 | 1011 | 0 | 1000101 | 100 | 1000110 | 1011001 | 111111 |
Color Harmonies of #DAF54C
Complementary color
Monochromatic Colors of #DAF54C
Black with #DAF54C
Text Example
Text Example
White with #DAF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF54C; }
p { color: rgb(218,245,76); }
H1.HeaderClassName
{
color: #DAF54C;
}
.AnyTagClassName
{
color: #DAF54C;
}
</style>
background-color css
<style>
a { background-color: #DAF54C; }
a { background-color: rgb(218,245,76); }
div.DivClassName
{
background-color: #DAF54C;
}
.BgClassName
{
background-color: #DAF54C;
}
</style>
border-color css
<style>
span { border-color: #DAF54C; }
span { border-color: rgb(218,245,76); }
td.TdClassName
{
border-color: #DAF54C;
}
.TagClassName
{
border-color: #DAF54C;
}
</style>