Html Css Color HEX #DAFD10 Chartreuse Yellow

📋 copy color: '#DAFD10'

red 218 ◦ green 253 ◦ blue 16

#DAFD10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DAFD10

Tints of Chartreuse Yellow #DAFD10

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 value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#DAFD10 (or 0xDAFD10) is known color: 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

RGB 218 253 16 -
CMYK 0.14 0 0.94 0.01
HSL 68.86º 0.98% 0.53% -
HSV(B) 68.86º 0.94% 0.99% -
XYZ 64.13 85.19 13.55 -
YUV 215.52 15.4 129.77 -
System Red Green Blue C M Y K H S L
Decimal 218 253 16 0.14 0 0.94 0.01 68.86 0.98 0.53
Hex DA FD 10 E 0 5E 1 45 62 35
Octal 332 375 20 16 0 136 1 105 142 65
Binary 11011010 11111101 10000 1110 0 1011110 1 1000101 1100010 110101

Color Harmonies of #DAFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD10

Black with #DAFD10

Text Example


Text Example

White with #DAFD10

Text Example


Text Example

HTML Codes & Css Web 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>