Html Css Color HEX #DAFA02 Chartreuse Yellow

📋 copy color: '#DAFA02'

red 218 ◦ green 250 ◦ blue 2

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

Shades of Chartreuse Yellow #DAFA02

Tints of Chartreuse Yellow #DAFA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.19%

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

R = 46.38%
G = 53.19%
B = 0.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#DAFA02 (or 0xDAFA02) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 02. RGB value is (218,250,2). Sum of RGB (Red+Green+Blue) = 218+250+2=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA02 is #2505FD. Grayscale: #D5D5D5. Windows color (decimal): -2426366 or 195290. OLE color: 195290.

HSL color Cylindrical-coordinate representation of color #DAFA02: hue angle of 67.74º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAFA02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 2 -
CMYK 0.13 0 0.99 0.02
HSL 67.74º 0.98% 0.49% -
HSV(B) 67.74º 0.99% 0.98% -
XYZ 63.11 83.28 12.81 -
YUV 212.16 9.4 132.17 -
System Red Green Blue C M Y K H S L
Decimal 218 250 2 0.13 0 0.99 0.02 67.74 0.98 0.49
Hex DA FA 2 D 0 63 2 44 62 31
Octal 332 372 2 15 0 143 2 104 142 61
Binary 11011010 11111010 10 1101 0 1100011 10 1000100 1100010 110001

Color Harmonies of #DAFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA02

Black with #DAFA02

Text Example


Text Example

White with #DAFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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