Shades of Pear #DAFD3C
Tints of Pear #DAFD3C
RGB
CMYK
RGB Variations
Color information
#DAFD3C (or 0xDAFD3C) is known color: Pear. HEX triplet: DA, FD and 3C. RGB value is (218,253,60). Sum of RGB (Red+Green+Blue) = 218+253+60=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD3C is #2502C3. Grayscale: #DDDDDD. Windows color (decimal): -2425540 or 3997146. OLE color: 3997146.
HSL color Cylindrical-coordinate representation of color #DAFD3C: hue angle of 70.88º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAFD3C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 60 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.01 |
| HSL | 70.88º | 0.98% | 0.61% | - |
| HSV(B) | 70.88º | 0.76% | 0.99% | - |
| XYZ | 64.85 | 85.48 | 17.36 | - |
| YUV | 220.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 60 | 0.14 | 0 | 0.76 | 0.01 | 70.88 | 0.98 | 0.61 |
| Hex | DA | FD | 3C | E | 0 | 4C | 1 | 47 | 62 | 3D |
| Octal | 332 | 375 | 74 | 16 | 0 | 114 | 1 | 107 | 142 | 75 |
| Binary | 11011010 | 11111101 | 111100 | 1110 | 0 | 1001100 | 1 | 1000111 | 1100010 | 111101 |
Color Harmonies of #DAFD3C
Complementary color
Monochromatic Colors of #DAFD3C
Black with #DAFD3C
Text Example
Text Example
White with #DAFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD3C; }
p { color: rgb(218,253,60); }
H1.HeaderClassName
{
color: #DAFD3C;
}
.AnyTagClassName
{
color: #DAFD3C;
}
</style>
background-color css
<style>
a { background-color: #DAFD3C; }
a { background-color: rgb(218,253,60); }
div.DivClassName
{
background-color: #DAFD3C;
}
.BgClassName
{
background-color: #DAFD3C;
}
</style>
border-color css
<style>
span { border-color: #DAFD3C; }
span { border-color: rgb(218,253,60); }
td.TdClassName
{
border-color: #DAFD3C;
}
.TagClassName
{
border-color: #DAFD3C;
}
</style>