#DAFD10

Color #DAFD10 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #DAFD10

Tints of Chartreuse Yellow #DAFD10

Color information

#DAFD10 (or 0xDAFD10) is unknown color: approx Chartreuse Yellow. HEX triplet: DA, FD and 10. RGB value is (218,253,16). Sum of RGB (Red+Green+Blue) = 218+253+16=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFD10 is #2502EF. Grayscale: #D8D8D8. Windows color (decimal): -2425584 or 1113562. OLE color: 1113562.

HSL color Cylindrical-coordinate representation of color #DAFD10: hue angle of 68.86º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAFD10 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB21825316-
CMYK0.1400.940.01
HSL68.86º98.34%52.75%-
HSV(B)68.86º93.68%99.22%-
XYZ64.1385.1913.55-
YUV215.5215.4129.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 253 (99.22% from 255) = 51.95%
BLUE value IS 16 (6.64% from 255) = 3.29%
R=44.76%
G=51.95%
B=3.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218253160.1400.940.0168.8698.3452.75
HexDAFD10E05E1456235
Octal33237520160136110514265
Binary110110101111110110000111001011110110001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD10; }

 p { color: rgb(218,253,16); }

 H1.HeaderClassName
 {
   color: #DAFD10;
 }
 .AnyTagClassName
 {
   color: #DAFD10;
 }
</style>
background-color css

<style>
 a { background-color: #DAFD10; }

 a { background-color: rgb(218,253,16); }

 div.DivClassName
 {
   background-color: #DAFD10;
 }
 .BgClassName
 {
   background-color: #DAFD10;
 }
</style>
border-color css

<style>
 span { border-color: #DAFD10; }

 span { border-color: rgb(218,253,16); }

 td.TdClassName
 {
   border-color: #DAFD10;
 }
 .TagClassName
 {
   border-color: #DAFD10;
 }
</style>