Html Css Color HEX #DAFF1E Chartreuse Yellow

📋 copy color: '#DAFF1E'

red 218 ◦ green 255 ◦ blue 30

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

Shades of Chartreuse Yellow #DAFF1E

Tints of Chartreuse Yellow #DAFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 50.7%

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

R = 43.34%
G = 50.7%
B = 5.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#DAFF1E (or 0xDAFF1E) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 1E. RGB value is (218,255,30). Sum of RGB (Red+Green+Blue) = 218+255+30=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 30 (12.11% from 255 or 5.96% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF1E is #2500E1. Grayscale: #DBDBDB. Windows color (decimal): -2425058 or 2031578. OLE color: 2031578.

HSL color Cylindrical-coordinate representation of color #DAFF1E: hue angle of 69.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAFF1E is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 30 -
CMYK 0.15 0 0.88 0
HSL 69.87º 1% 0.56% -
HSV(B) 69.87º 0.88% 1% -
XYZ 64.91 86.52 14.51 -
YUV 218.29 21.74 127.8 -
System Red Green Blue C M Y K H S L
Decimal 218 255 30 0.15 0 0.88 0 69.87 1 0.56
Hex DA FF 1E F 0 58 0 46 64 38
Octal 332 377 36 17 0 130 0 106 144 70
Binary 11011010 11111111 11110 1111 0 1011000 0 1000110 1100100 111000

Color Harmonies of #DAFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF1E

Black with #DAFF1E

Text Example


Text Example

White with #DAFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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