Shades of Pear #DAFD30
Tints of Pear #DAFD30
RGB
CMYK
RGB Variations
Color information
#DAFD30 (or 0xDAFD30) is known color: Pear. HEX triplet: DA, FD and 30. RGB value is (218,253,48). Sum of RGB (Red+Green+Blue) = 218+253+48=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD30 is #2502CF. Grayscale: #DBDBDB. Windows color (decimal): -2425552 or 3210714. OLE color: 3210714.
HSL color Cylindrical-coordinate representation of color #DAFD30: hue angle of 70.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAFD30 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 48 | - |
CMYK | 0.14 | 0 | 0.81 | 0.01 |
HSL | 70.24º | 0.98% | 0.59% | - |
HSV(B) | 70.24º | 0.81% | 0.99% | - |
XYZ | 64.57 | 85.37 | 15.87 | - |
YUV | 219.17 | 31.4 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 48 | 0.14 | 0 | 0.81 | 0.01 | 70.24 | 0.98 | 0.59 |
Hex | DA | FD | 30 | E | 0 | 51 | 1 | 46 | 62 | 3B |
Octal | 332 | 375 | 60 | 16 | 0 | 121 | 1 | 106 | 142 | 73 |
Binary | 11011010 | 11111101 | 110000 | 1110 | 0 | 1010001 | 1 | 1000110 | 1100010 | 111011 |
Color Harmonies of #DAFD30
Complementary color
Monochromatic Colors of #DAFD30
Black with #DAFD30
Text Example
Text Example
White with #DAFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD30; }
p { color: rgb(218,253,48); }
H1.HeaderClassName
{
color: #DAFD30;
}
.AnyTagClassName
{
color: #DAFD30;
}
</style>
background-color css
<style>
a { background-color: #DAFD30; }
a { background-color: rgb(218,253,48); }
div.DivClassName
{
background-color: #DAFD30;
}
.BgClassName
{
background-color: #DAFD30;
}
</style>
border-color css
<style>
span { border-color: #DAFD30; }
span { border-color: rgb(218,253,48); }
td.TdClassName
{
border-color: #DAFD30;
}
.TagClassName
{
border-color: #DAFD30;
}
</style>