Html Css Color HEX #DAFD0A Chartreuse Yellow

📋 copy color: '#DAFD0A'

red 218 ◦ green 253 ◦ blue 10

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

Shades of Chartreuse Yellow #DAFD0A

Tints of Chartreuse Yellow #DAFD0A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.6%

 BLUE value IS 10 (4.3% from 255) = 2.08%

R = 45.32%
G = 52.6%
B = 2.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#DAFD0A (or 0xDAFD0A) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 0A. RGB value is (218,253,10). Sum of RGB (Red+Green+Blue) = 218+253+10=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFD0A is #2502F5. Grayscale: #D7D7D7. Windows color (decimal): -2425590 or 720346. OLE color: 720346.

HSL color Cylindrical-coordinate representation of color #DAFD0A: hue angle of 68.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAFD0A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 10 -
CMYK 0.14 0 0.96 0.01
HSL 68.64º 0.98% 0.52% -
HSV(B) 68.64º 0.96% 0.99% -
XYZ 64.09 85.18 13.35 -
YUV 214.83 12.4 130.26 -
System Red Green Blue C M Y K H S L
Decimal 218 253 10 0.14 0 0.96 0.01 68.64 0.98 0.52
Hex DA FD A E 0 60 1 45 62 34
Octal 332 375 12 16 0 140 1 105 142 64
Binary 11011010 11111101 1010 1110 0 1100000 1 1000101 1100010 110100

Color Harmonies of #DAFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD0A

Black with #DAFD0A

Text Example


Text Example

White with #DAFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD0A; }

 p { color: rgb(218,253,10); }

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

background-color css

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

 a { background-color: rgb(218,253,10); }

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

border-color css

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

 span { border-color: rgb(218,253,10); }

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