Html Css Color HEX #DAFE0D Chartreuse Yellow

📋 copy color: '#DAFE0D'

red 218 ◦ green 254 ◦ blue 13

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

Shades of Chartreuse Yellow #DAFE0D

Tints of Chartreuse Yellow #DAFE0D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.37%

 BLUE value IS 13 (5.47% from 255) = 2.68%

R = 44.95%
G = 52.37%
B = 2.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#DAFE0D (or 0xDAFE0D) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 0D. RGB value is (218,254,13). Sum of RGB (Red+Green+Blue) = 218+254+13=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE0D is #2501F2. Grayscale: #D8D8D8. Windows color (decimal): -2425331 or 917210. OLE color: 917210.

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

Color convert

RGB 218 254 13 -
CMYK 0.14 0 0.95 0.00
HSL 68.96º 0.99% 0.52% -
HSV(B) 68.96º 0.95% 1% -
XYZ 64.43 85.82 13.55 -
YUV 215.76 13.57 129.6 -
System Red Green Blue C M Y K H S L
Decimal 218 254 13 0.14 0 0.95 0.00 68.96 0.99 0.52
Hex DA FE D E 0 5F 0 45 63 34
Octal 332 376 15 16 0 137 0 105 143 64
Binary 11011010 11111110 1101 1110 0 1011111 0 1000101 1100011 110100

Color Harmonies of #DAFE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE0D

Black with #DAFE0D

Text Example


Text Example

White with #DAFE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE0D; }

 p { color: rgb(218,254,13); }

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

background-color css

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

 a { background-color: rgb(218,254,13); }

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

border-color css

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

 span { border-color: rgb(218,254,13); }

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