Shades of Pear #DAFC3A
Tints of Pear #DAFC3A
RGB
CMYK
RGB Variations
Color information
#DAFC3A (or 0xDAFC3A) is known color: Pear. HEX triplet: DA, FC and 3A. RGB value is (218,252,58). Sum of RGB (Red+Green+Blue) = 218+252+58=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 58 (23.05% from 255 or 10.98% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC3A is #2503C5. Grayscale: #DCDCDC. Windows color (decimal): -2425798 or 3865818. OLE color: 3865818.
HSL color Cylindrical-coordinate representation of color #DAFC3A: hue angle of 70.52º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAFC3A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 58 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.01 |
| HSL | 70.52º | 0.97% | 0.61% | - |
| HSV(B) | 70.52º | 0.77% | 0.99% | - |
| XYZ | 64.49 | 84.83 | 16.98 | - |
| YUV | 219.72 | 36.74 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 58 | 0.13 | 0 | 0.77 | 0.01 | 70.52 | 0.97 | 0.61 |
| Hex | DA | FC | 3A | D | 0 | 4D | 1 | 47 | 61 | 3D |
| Octal | 332 | 374 | 72 | 15 | 0 | 115 | 1 | 107 | 141 | 75 |
| Binary | 11011010 | 11111100 | 111010 | 1101 | 0 | 1001101 | 1 | 1000111 | 1100001 | 111101 |
Color Harmonies of #DAFC3A
Complementary color
Monochromatic Colors of #DAFC3A
Black with #DAFC3A
Text Example
Text Example
White with #DAFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC3A; }
p { color: rgb(218,252,58); }
H1.HeaderClassName
{
color: #DAFC3A;
}
.AnyTagClassName
{
color: #DAFC3A;
}
</style>
background-color css
<style>
a { background-color: #DAFC3A; }
a { background-color: rgb(218,252,58); }
div.DivClassName
{
background-color: #DAFC3A;
}
.BgClassName
{
background-color: #DAFC3A;
}
</style>
border-color css
<style>
span { border-color: #DAFC3A; }
span { border-color: rgb(218,252,58); }
td.TdClassName
{
border-color: #DAFC3A;
}
.TagClassName
{
border-color: #DAFC3A;
}
</style>