Html Css Color HEX #DAFE02 Chartreuse Yellow

📋 copy color: '#DAFE02'

red 218 ◦ green 254 ◦ blue 2

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

Shades of Chartreuse Yellow #DAFE02

Tints of Chartreuse Yellow #DAFE02

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.59%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 45.99%
G = 53.59%
B = 0.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#DAFE02 (or 0xDAFE02) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 02. RGB value is (218,254,2). Sum of RGB (Red+Green+Blue) = 218+254+2=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE02 is #2501FD. Grayscale: #D7D7D7. Windows color (decimal): -2425342 or 196314. OLE color: 196314.

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

Color convert

RGB 218 254 2 -
CMYK 0.14 0 0.99 0.00
HSL 68.57º 0.99% 0.5% -
HSV(B) 68.57º 0.99% 1% -
XYZ 64.37 85.79 13.22 -
YUV 214.51 8.07 130.49 -
System Red Green Blue C M Y K H S L
Decimal 218 254 2 0.14 0 0.99 0.00 68.57 0.99 0.5
Hex DA FE 2 E 0 63 0 45 63 32
Octal 332 376 2 16 0 143 0 105 143 62
Binary 11011010 11111110 10 1110 0 1100011 0 1000101 1100011 110010

Color Harmonies of #DAFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE02

Black with #DAFE02

Text Example


Text Example

White with #DAFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE02; }

 p { color: rgb(218,254,2); }

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

background-color css

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

 a { background-color: rgb(218,254,2); }

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

border-color css

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

 span { border-color: rgb(218,254,2); }

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