Html Css Color HEX #DAFE1E Chartreuse Yellow

📋 copy color: '#DAFE1E'

red 218 ◦ green 254 ◦ blue 30

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

Shades of Chartreuse Yellow #DAFE1E

Tints of Chartreuse Yellow #DAFE1E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.6%

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

R = 43.43%
G = 50.6%
B = 5.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#DAFE1E (or 0xDAFE1E) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 1E. RGB value is (218,254,30). Sum of RGB (Red+Green+Blue) = 218+254+30=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 30 (12.11% from 255 or 5.98% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE1E is #2501E1. Grayscale: #DADADA. Windows color (decimal): -2425314 or 2031322. OLE color: 2031322.

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

Color convert

RGB 218 254 30 -
CMYK 0.14 0 0.88 0.00
HSL 69.64º 0.99% 0.56% -
HSV(B) 69.64º 0.88% 1% -
XYZ 64.59 85.88 14.4 -
YUV 217.7 22.07 128.21 -
System Red Green Blue C M Y K H S L
Decimal 218 254 30 0.14 0 0.88 0.00 69.64 0.99 0.56
Hex DA FE 1E E 0 58 0 46 63 38
Octal 332 376 36 16 0 130 0 106 143 70
Binary 11011010 11111110 11110 1110 0 1011000 0 1000110 1100011 111000

Color Harmonies of #DAFE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE1E

Black with #DAFE1E

Text Example


Text Example

White with #DAFE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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