Html Css Color HEX #DAFC01 Chartreuse Yellow

📋 copy color: '#DAFC01'

red 218 ◦ green 252 ◦ blue 1

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

Shades of Chartreuse Yellow #DAFC01

Tints of Chartreuse Yellow #DAFC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 46.28%
G = 53.5%
B = 0.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#DAFC01 (or 0xDAFC01) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 01. RGB value is (218,252,1). Sum of RGB (Red+Green+Blue) = 218+252+1=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC01 is #2503FE. Grayscale: #D6D6D6. Windows color (decimal): -2425855 or 130266. OLE color: 130266.

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

Color convert

RGB 218 252 1 -
CMYK 0.13 0 1.00 0.01
HSL 68.13º 0.99% 0.5% -
HSV(B) 68.13º 1% 0.99% -
XYZ 63.73 84.53 12.99 -
YUV 213.22 8.24 131.41 -
System Red Green Blue C M Y K H S L
Decimal 218 252 1 0.13 0 1.00 0.01 68.13 0.99 0.5
Hex DA FC 1 D 0 64 1 44 63 32
Octal 332 374 1 15 0 144 1 104 143 62
Binary 11011010 11111100 1 1101 0 1100100 1 1000100 1100011 110010

Color Harmonies of #DAFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFC01

Black with #DAFC01

Text Example


Text Example

White with #DAFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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