Html Css Color HEX #DAFD14 Chartreuse Yellow

📋 copy color: '#DAFD14'

red 218 ◦ green 253 ◦ blue 20

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

Shades of Chartreuse Yellow #DAFD14

Tints of Chartreuse Yellow #DAFD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.53%

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

R = 44.4%
G = 51.53%
B = 4.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#DAFD14 (or 0xDAFD14) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 14. RGB value is (218,253,20). Sum of RGB (Red+Green+Blue) = 218+253+20=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFD14 is #2502EB. Grayscale: #D8D8D8. Windows color (decimal): -2425580 or 1375706. OLE color: 1375706.

HSL color Cylindrical-coordinate representation of color #DAFD14: hue angle of 69.01º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAFD14 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 20 -
CMYK 0.14 0 0.92 0.01
HSL 69.01º 0.98% 0.54% -
HSV(B) 69.01º 0.92% 0.99% -
XYZ 64.16 85.21 13.73 -
YUV 215.97 17.4 129.45 -
System Red Green Blue C M Y K H S L
Decimal 218 253 20 0.14 0 0.92 0.01 69.01 0.98 0.54
Hex DA FD 14 E 0 5C 1 45 62 36
Octal 332 375 24 16 0 134 1 105 142 66
Binary 11011010 11111101 10100 1110 0 1011100 1 1000101 1100010 110110

Color Harmonies of #DAFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD14

Black with #DAFD14

Text Example


Text Example

White with #DAFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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