Html Css Color HEX #DAFD1A Chartreuse Yellow

📋 copy color: '#DAFD1A'

red 218 ◦ green 253 ◦ blue 26

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

Shades of Chartreuse Yellow #DAFD1A

Tints of Chartreuse Yellow #DAFD1A

RGB

 RED value IS 218 (85.55% from 255) = 43.86%

 GREEN value IS 253 (99.22% from 255) = 50.91%

 BLUE value IS 26 (10.55% from 255) = 5.23%

R = 43.86%
G = 50.91%
B = 5.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#DAFD1A (or 0xDAFD1A) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 1A. RGB value is (218,253,26). Sum of RGB (Red+Green+Blue) = 218+253+26=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 26 (10.55% from 255 or 5.23% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD1A is #2502E5. Grayscale: #D9D9D9. Windows color (decimal): -2425574 or 1768922. OLE color: 1768922.

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

Color convert

RGB 218 253 26 -
CMYK 0.14 0 0.90 0.01
HSL 69.25º 0.98% 0.55% -
HSV(B) 69.25º 0.9% 0.99% -
XYZ 64.23 85.23 14.04 -
YUV 216.66 20.4 128.96 -
System Red Green Blue C M Y K H S L
Decimal 218 253 26 0.14 0 0.90 0.01 69.25 0.98 0.55
Hex DA FD 1A E 0 5A 1 45 62 37
Octal 332 375 32 16 0 132 1 105 142 67
Binary 11011010 11111101 11010 1110 0 1011010 1 1000101 1100010 110111

Color Harmonies of #DAFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD1A

Black with #DAFD1A

Text Example


Text Example

White with #DAFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD1A; }

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

 H1.HeaderClassName
 {
   color: #DAFD1A;
 }
 .AnyTagClassName
 {
   color: #DAFD1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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