Html Css Color HEX #DAFF01 Chartreuse Yellow

📋 copy color: '#DAFF01'

red 218 ◦ green 255 ◦ blue 1

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

Shades of Chartreuse Yellow #DAFF01

Tints of Chartreuse Yellow #DAFF01

RGB

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

 GREEN value IS 255 (100% from 255) = 53.8%

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

R = 45.99%
G = 53.8%
B = 0.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#DAFF01 (or 0xDAFF01) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 01. RGB value is (218,255,1). Sum of RGB (Red+Green+Blue) = 218+255+1=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF01 is #2500FE. Grayscale: #D7D7D7. Windows color (decimal): -2425087 or 131034. OLE color: 131034.

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

Color convert

RGB 218 255 1 -
CMYK 0.15 0 1.00 0
HSL 68.74º 1% 0.5% -
HSV(B) 68.74º 1% 1% -
XYZ 64.68 86.43 13.3 -
YUV 214.98 7.24 130.15 -
System Red Green Blue C M Y K H S L
Decimal 218 255 1 0.15 0 1.00 0 68.74 1 0.5
Hex DA FF 1 F 0 64 0 45 64 32
Octal 332 377 1 17 0 144 0 105 144 62
Binary 11011010 11111111 1 1111 0 1100100 0 1000101 1100100 110010

Color Harmonies of #DAFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF01

Black with #DAFF01

Text Example


Text Example

White with #DAFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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