Html Css Color HEX #DAEA13 Chartreuse Yellow

📋 copy color: '#DAEA13'

red 218 ◦ green 234 ◦ blue 19

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

Shades of Chartreuse Yellow #DAEA13

Tints of Chartreuse Yellow #DAEA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 46.28%
G = 49.68%
B = 4.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#DAEA13 (or 0xDAEA13) is known color: Chartreuse Yellow. HEX triplet: DA, EA and 13. RGB value is (218,234,19). Sum of RGB (Red+Green+Blue) = 218+234+19=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEA13 is #2515EC. Grayscale: #CDCDCD. Windows color (decimal): -2430445 or 1305306. OLE color: 1305306.

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

Color convert

RGB 218 234 19 -
CMYK 0.07 0 0.92 0.08
HSL 64.47º 0.85% 0.5% -
HSV(B) 64.47º 0.92% 0.92% -
XYZ 58.45 73.8 11.78 -
YUV 204.71 23.2 137.48 -
System Red Green Blue C M Y K H S L
Decimal 218 234 19 0.07 0 0.92 0.08 64.47 0.85 0.5
Hex DA EA 13 7 0 5C 8 40 55 32
Octal 332 352 23 7 0 134 10 100 125 62
Binary 11011010 11101010 10011 111 0 1011100 1000 1000000 1010101 110010

Color Harmonies of #DAEA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA13

Black with #DAEA13

Text Example


Text Example

White with #DAEA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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