Html Css Color HEX #DAF802 Chartreuse Yellow

📋 copy color: '#DAF802'

red 218 ◦ green 248 ◦ blue 2

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

Shades of Chartreuse Yellow #DAF802

Tints of Chartreuse Yellow #DAF802

RGB

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

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

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

R = 46.58%
G = 52.99%
B = 0.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#DAF802 (or 0xDAF802) is known color: Chartreuse Yellow. HEX triplet: DA, F8 and 02. RGB value is (218,248,2). Sum of RGB (Red+Green+Blue) = 218+248+2=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF802 is #2507FD. Grayscale: #D3D3D3. Windows color (decimal): -2426878 or 194778. OLE color: 194778.

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

Color convert

RGB 218 248 2 -
CMYK 0.12 0 0.99 0.03
HSL 67.32º 0.98% 0.49% -
HSV(B) 67.32º 0.99% 0.97% -
XYZ 62.49 82.04 12.6 -
YUV 210.99 10.06 133 -
System Red Green Blue C M Y K H S L
Decimal 218 248 2 0.12 0 0.99 0.03 67.32 0.98 0.49
Hex DA F8 2 C 0 63 3 43 62 31
Octal 332 370 2 14 0 143 3 103 142 61
Binary 11011010 11111000 10 1100 0 1100011 11 1000011 1100010 110001

Color Harmonies of #DAF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF802

Black with #DAF802

Text Example


Text Example

White with #DAF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF802; }

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

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

background-color css

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

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

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

border-color css

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

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

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