Html Css Color HEX #DAFC13 Chartreuse Yellow

📋 copy color: '#DAFC13'

red 218 ◦ green 252 ◦ blue 19

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

Shades of Chartreuse Yellow #DAFC13

Tints of Chartreuse Yellow #DAFC13

RGB

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

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

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

R = 44.58%
G = 51.53%
B = 3.89%

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

#DAFC13 (or 0xDAFC13) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 13. RGB value is (218,252,19). Sum of RGB (Red+Green+Blue) = 218+252+19=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC13 is #2503EC. Grayscale: #D8D8D8. Windows color (decimal): -2425837 or 1309914. OLE color: 1309914.

HSL color Cylindrical-coordinate representation of color #DAFC13: hue angle of 68.76º 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 #DAFC13 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 19 -
CMYK 0.13 0 0.92 0.01
HSL 68.76º 0.97% 0.53% -
HSV(B) 68.76º 0.92% 0.99% -
XYZ 63.84 84.57 13.58 -
YUV 215.27 17.24 129.95 -
System Red Green Blue C M Y K H S L
Decimal 218 252 19 0.13 0 0.92 0.01 68.76 0.97 0.53
Hex DA FC 13 D 0 5C 1 45 61 35
Octal 332 374 23 15 0 134 1 105 141 65
Binary 11011010 11111100 10011 1101 0 1011100 1 1000101 1100001 110101

Color Harmonies of #DAFC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC13

Black with #DAFC13

Text Example


Text Example

White with #DAFC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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