Html Css Color HEX #DAF801 Chartreuse Yellow

📋 copy color: '#DAF801'

red 218 ◦ green 248 ◦ blue 1

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

Shades of Chartreuse Yellow #DAF801

Tints of Chartreuse Yellow #DAF801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.1%

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

R = 46.68%
G = 53.1%
B = 0.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#DAF801 (or 0xDAF801) is known color: Chartreuse Yellow. HEX triplet: DA, F8 and 01. RGB value is (218,248,1). Sum of RGB (Red+Green+Blue) = 218+248+1=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF801 is #2507FE. Grayscale: #D3D3D3. Windows color (decimal): -2426879 or 129242. OLE color: 129242.

HSL color Cylindrical-coordinate representation of color #DAF801: hue angle of 67.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF801 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 1 -
CMYK 0.12 0 1.00 0.03
HSL 67.29º 0.99% 0.49% -
HSV(B) 67.29º 1% 0.97% -
XYZ 62.49 82.04 12.57 -
YUV 210.87 9.56 133.08 -
System Red Green Blue C M Y K H S L
Decimal 218 248 1 0.12 0 1.00 0.03 67.29 0.99 0.49
Hex DA F8 1 C 0 64 3 43 63 31
Octal 332 370 1 14 0 144 3 103 143 61
Binary 11011010 11111000 1 1100 0 1100100 11 1000011 1100011 110001

Color Harmonies of #DAF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF801

Black with #DAF801

Text Example


Text Example

White with #DAF801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF801; }

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

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

background-color css

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

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

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

border-color css

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

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

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