Html Css Color HEX #DAFA14 Chartreuse Yellow

📋 copy color: '#DAFA14'

red 218 ◦ green 250 ◦ blue 20

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

Shades of Chartreuse Yellow #DAFA14

Tints of Chartreuse Yellow #DAFA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.23%

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

R = 44.67%
G = 51.23%
B = 4.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#DAFA14 (or 0xDAFA14) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 14. RGB value is (218,250,20). Sum of RGB (Red+Green+Blue) = 218+250+20=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA14 is #2505EB. Grayscale: #D7D7D7. Windows color (decimal): -2426348 or 1374938. OLE color: 1374938.

HSL color Cylindrical-coordinate representation of color #DAFA14: hue angle of 68.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAFA14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 20 -
CMYK 0.13 0 0.92 0.02
HSL 68.35º 0.96% 0.53% -
HSV(B) 68.35º 0.92% 0.98% -
XYZ 63.23 83.33 13.41 -
YUV 214.21 18.4 130.7 -
System Red Green Blue C M Y K H S L
Decimal 218 250 20 0.13 0 0.92 0.02 68.35 0.96 0.53
Hex DA FA 14 D 0 5C 2 44 60 35
Octal 332 372 24 15 0 134 2 104 140 65
Binary 11011010 11111010 10100 1101 0 1011100 10 1000100 1100000 110101

Color Harmonies of #DAFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA14

Black with #DAFA14

Text Example


Text Example

White with #DAFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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