Html Css Color HEX #DAF80C Chartreuse Yellow

📋 copy color: '#DAF80C'

red 218 ◦ green 248 ◦ blue 12

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

Shades of Chartreuse Yellow #DAF80C

Tints of Chartreuse Yellow #DAF80C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.88%

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

R = 45.61%
G = 51.88%
B = 2.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#DAF80C (or 0xDAF80C) is known color: Chartreuse Yellow. HEX triplet: DA, F8 and 0C. RGB value is (218,248,12). Sum of RGB (Red+Green+Blue) = 218+248+12=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF80C is #2507F3. Grayscale: #D5D5D5. Windows color (decimal): -2426868 or 850138. OLE color: 850138.

HSL color Cylindrical-coordinate representation of color #DAF80C: hue angle of 67.63º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF80C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 12 -
CMYK 0.12 0 0.95 0.03
HSL 67.63º 0.94% 0.51% -
HSV(B) 67.63º 0.95% 0.97% -
XYZ 62.55 82.07 12.89 -
YUV 212.13 15.06 132.19 -
System Red Green Blue C M Y K H S L
Decimal 218 248 12 0.12 0 0.95 0.03 67.63 0.94 0.51
Hex DA F8 C C 0 5F 3 44 5E 33
Octal 332 370 14 14 0 137 3 104 136 63
Binary 11011010 11111000 1100 1100 0 1011111 11 1000100 1011110 110011

Color Harmonies of #DAF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF80C

Black with #DAF80C

Text Example


Text Example

White with #DAF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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