Html Css Color HEX #DAFC14 Chartreuse Yellow

📋 copy color: '#DAFC14'

red 218 ◦ green 252 ◦ blue 20

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

Shades of Chartreuse Yellow #DAFC14

Tints of Chartreuse Yellow #DAFC14

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.43%

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

R = 44.49%
G = 51.43%
B = 4.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#DAFC14 (or 0xDAFC14) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 14. RGB value is (218,252,20). Sum of RGB (Red+Green+Blue) = 218+252+20=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC14 is #2503EB. Grayscale: #D8D8D8. Windows color (decimal): -2425836 or 1375450. OLE color: 1375450.

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

Color convert

RGB 218 252 20 -
CMYK 0.13 0 0.92 0.01
HSL 68.79º 0.97% 0.53% -
HSV(B) 68.79º 0.92% 0.99% -
XYZ 63.85 84.58 13.62 -
YUV 215.39 17.74 129.86 -
System Red Green Blue C M Y K H S L
Decimal 218 252 20 0.13 0 0.92 0.01 68.79 0.97 0.53
Hex DA FC 14 D 0 5C 1 45 61 35
Octal 332 374 24 15 0 134 1 105 141 65
Binary 11011010 11111100 10100 1101 0 1011100 1 1000101 1100001 110101

Color Harmonies of #DAFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC14

Black with #DAFC14

Text Example


Text Example

White with #DAFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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