Html Css Color HEX #DAFF12 Chartreuse Yellow

📋 copy color: '#DAFF12'

red 218 ◦ green 255 ◦ blue 18

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

Shades of Chartreuse Yellow #DAFF12

Tints of Chartreuse Yellow #DAFF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.67%

R = 44.4%
G = 51.93%
B = 3.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#DAFF12 (or 0xDAFF12) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 12. RGB value is (218,255,18). Sum of RGB (Red+Green+Blue) = 218+255+18=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF12 is #2500ED. Grayscale: #D9D9D9. Windows color (decimal): -2425070 or 1245146. OLE color: 1245146.

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

Color convert

RGB 218 255 18 -
CMYK 0.15 0 0.93 0
HSL 69.37º 1% 0.54% -
HSV(B) 69.37º 0.93% 1% -
XYZ 64.78 86.47 13.85 -
YUV 216.92 15.74 128.77 -
System Red Green Blue C M Y K H S L
Decimal 218 255 18 0.15 0 0.93 0 69.37 1 0.54
Hex DA FF 12 F 0 5D 0 45 64 36
Octal 332 377 22 17 0 135 0 105 144 66
Binary 11011010 11111111 10010 1111 0 1011101 0 1000101 1100100 110110

Color Harmonies of #DAFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF12

Black with #DAFF12

Text Example


Text Example

White with #DAFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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