Html Css Color HEX #DAFD1E Chartreuse Yellow

📋 copy color: '#DAFD1E'

red 218 ◦ green 253 ◦ blue 30

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

Shades of Chartreuse Yellow #DAFD1E

Tints of Chartreuse Yellow #DAFD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.99%

R = 43.51%
G = 50.5%
B = 5.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#DAFD1E (or 0xDAFD1E) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 1E. RGB value is (218,253,30). Sum of RGB (Red+Green+Blue) = 218+253+30=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD1E is #2502E1. Grayscale: #D9D9D9. Windows color (decimal): -2425570 or 2031066. OLE color: 2031066.

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

Color convert

RGB 218 253 30 -
CMYK 0.14 0 0.88 0.01
HSL 69.42º 0.98% 0.55% -
HSV(B) 69.42º 0.88% 0.99% -
XYZ 64.27 85.25 14.3 -
YUV 217.11 22.4 128.63 -
System Red Green Blue C M Y K H S L
Decimal 218 253 30 0.14 0 0.88 0.01 69.42 0.98 0.55
Hex DA FD 1E E 0 58 1 45 62 37
Octal 332 375 36 16 0 130 1 105 142 67
Binary 11011010 11111101 11110 1110 0 1011000 1 1000101 1100010 110111

Color Harmonies of #DAFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD1E

Black with #DAFD1E

Text Example


Text Example

White with #DAFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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