Html Css Color HEX #DAEA14 Chartreuse Yellow

📋 copy color: '#DAEA14'

red 218 ◦ green 234 ◦ blue 20

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

Shades of Chartreuse Yellow #DAEA14

Tints of Chartreuse Yellow #DAEA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

 BLUE value IS 20 (8.2% from 255) = 4.24%

R = 46.19%
G = 49.58%
B = 4.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#DAEA14 (or 0xDAEA14) is known color: Chartreuse Yellow. HEX triplet: DA, EA and 14. RGB value is (218,234,20). Sum of RGB (Red+Green+Blue) = 218+234+20=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEA14 is #2515EB. Grayscale: #CDCDCD. Windows color (decimal): -2430444 or 1370842. OLE color: 1370842.

HSL color Cylindrical-coordinate representation of color #DAEA14: hue angle of 64.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAEA14 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 20 -
CMYK 0.07 0 0.91 0.08
HSL 64.49º 0.84% 0.5% -
HSV(B) 64.49º 0.91% 0.92% -
XYZ 58.46 73.8 11.83 -
YUV 204.82 23.7 137.4 -
System Red Green Blue C M Y K H S L
Decimal 218 234 20 0.07 0 0.91 0.08 64.49 0.84 0.5
Hex DA EA 14 7 0 5B 8 40 54 32
Octal 332 352 24 7 0 133 10 100 124 62
Binary 11011010 11101010 10100 111 0 1011011 1000 1000000 1010100 110010

Color Harmonies of #DAEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA14

Black with #DAEA14

Text Example


Text Example

White with #DAEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA14; }

 p { color: rgb(218,234,20); }

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

background-color css

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

 a { background-color: rgb(218,234,20); }

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

border-color css

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

 span { border-color: rgb(218,234,20); }

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