Html Css Color HEX #DAFF0E Chartreuse Yellow

📋 copy color: '#DAFF0E'

red 218 ◦ green 255 ◦ blue 14

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

Shades of Chartreuse Yellow #DAFF0E

Tints of Chartreuse Yellow #DAFF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.87%

R = 44.76%
G = 52.36%
B = 2.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#DAFF0E (or 0xDAFF0E) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 0E. RGB value is (218,255,14). Sum of RGB (Red+Green+Blue) = 218+255+14=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF0E is #2500F1. Grayscale: #D9D9D9. Windows color (decimal): -2425074 or 983002. OLE color: 983002.

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

Color convert

RGB 218 255 14 -
CMYK 0.15 0 0.95 0
HSL 69.21º 1% 0.53% -
HSV(B) 69.21º 0.95% 1% -
XYZ 64.75 86.46 13.69 -
YUV 216.46 13.74 129.1 -
System Red Green Blue C M Y K H S L
Decimal 218 255 14 0.15 0 0.95 0 69.21 1 0.53
Hex DA FF E F 0 5F 0 45 64 35
Octal 332 377 16 17 0 137 0 105 144 65
Binary 11011010 11111111 1110 1111 0 1011111 0 1000101 1100100 110101

Color Harmonies of #DAFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF0E

Black with #DAFF0E

Text Example


Text Example

White with #DAFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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