Html Css Color HEX #DAFE0C Chartreuse Yellow

📋 copy color: '#DAFE0C'

red 218 ◦ green 254 ◦ blue 12

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

Shades of Chartreuse Yellow #DAFE0C

Tints of Chartreuse Yellow #DAFE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.48%

R = 45.04%
G = 52.48%
B = 2.48%

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

#DAFE0C (or 0xDAFE0C) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 0C. RGB value is (218,254,12). Sum of RGB (Red+Green+Blue) = 218+254+12=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE0C is #2501F3. Grayscale: #D8D8D8. Windows color (decimal): -2425332 or 851674. OLE color: 851674.

HSL color Cylindrical-coordinate representation of color #DAFE0C: hue angle of 68.93º 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 #DAFE0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 12 -
CMYK 0.14 0 0.95 0.00
HSL 68.93º 0.99% 0.52% -
HSV(B) 68.93º 0.95% 1% -
XYZ 64.42 85.82 13.52 -
YUV 215.65 13.07 129.68 -
System Red Green Blue C M Y K H S L
Decimal 218 254 12 0.14 0 0.95 0.00 68.93 0.99 0.52
Hex DA FE C E 0 5F 0 45 63 34
Octal 332 376 14 16 0 137 0 105 143 64
Binary 11011010 11111110 1100 1110 0 1011111 0 1000101 1100011 110100

Color Harmonies of #DAFE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE0C

Black with #DAFE0C

Text Example


Text Example

White with #DAFE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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