Html Css Color HEX #DAFD12 Chartreuse Yellow

📋 copy color: '#DAFD12'

red 218 ◦ green 253 ◦ blue 18

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

Shades of Chartreuse Yellow #DAFD12

Tints of Chartreuse Yellow #DAFD12

RGB

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

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

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

R = 44.58%
G = 51.74%
B = 3.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#DAFD12 (or 0xDAFD12) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 12. RGB value is (218,253,18). Sum of RGB (Red+Green+Blue) = 218+253+18=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFD12 is #2502ED. Grayscale: #D8D8D8. Windows color (decimal): -2425582 or 1244634. OLE color: 1244634.

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

Color convert

RGB 218 253 18 -
CMYK 0.14 0 0.93 0.01
HSL 68.94º 0.98% 0.53% -
HSV(B) 68.94º 0.93% 0.99% -
XYZ 64.15 85.2 13.64 -
YUV 215.75 16.4 129.61 -
System Red Green Blue C M Y K H S L
Decimal 218 253 18 0.14 0 0.93 0.01 68.94 0.98 0.53
Hex DA FD 12 E 0 5D 1 45 62 35
Octal 332 375 22 16 0 135 1 105 142 65
Binary 11011010 11111101 10010 1110 0 1011101 1 1000101 1100010 110101

Color Harmonies of #DAFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD12

Black with #DAFD12

Text Example


Text Example

White with #DAFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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