Html Css Color HEX #DAFC1A Chartreuse Yellow

📋 copy color: '#DAFC1A'

red 218 ◦ green 252 ◦ blue 26

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

Shades of Chartreuse Yellow #DAFC1A

Tints of Chartreuse Yellow #DAFC1A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.81%

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

R = 43.95%
G = 50.81%
B = 5.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#DAFC1A (or 0xDAFC1A) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 1A. RGB value is (218,252,26). Sum of RGB (Red+Green+Blue) = 218+252+26=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 26 (10.55% from 255 or 5.24% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC1A is #2503E5. Grayscale: #D8D8D8. Windows color (decimal): -2425830 or 1768666. OLE color: 1768666.

HSL color Cylindrical-coordinate representation of color #DAFC1A: hue angle of 69.03º degrees, saturation: 0.97, 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 #DAFC1A is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 26 -
CMYK 0.13 0 0.90 0.01
HSL 69.03º 0.97% 0.55% -
HSV(B) 69.03º 0.9% 0.99% -
XYZ 63.91 84.6 13.94 -
YUV 216.07 20.74 129.38 -
System Red Green Blue C M Y K H S L
Decimal 218 252 26 0.13 0 0.90 0.01 69.03 0.97 0.55
Hex DA FC 1A D 0 5A 1 45 61 37
Octal 332 374 32 15 0 132 1 105 141 67
Binary 11011010 11111100 11010 1101 0 1011010 1 1000101 1100001 110111

Color Harmonies of #DAFC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC1A

Black with #DAFC1A

Text Example


Text Example

White with #DAFC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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