Html Css Color HEX #DAF014 Chartreuse Yellow

📋 copy color: '#DAF014'

red 218 ◦ green 240 ◦ blue 20

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

Shades of Chartreuse Yellow #DAF014

Tints of Chartreuse Yellow #DAF014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.21%

 BLUE value IS 20 (8.2% from 255) = 4.18%

R = 45.61%
G = 50.21%
B = 4.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#DAF014 (or 0xDAF014) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 14. RGB value is (218,240,20). Sum of RGB (Red+Green+Blue) = 218+240+20=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF014 is #250FEB. Grayscale: #D1D1D1. Windows color (decimal): -2428908 or 1372378. OLE color: 1372378.

HSL color Cylindrical-coordinate representation of color #DAF014: hue angle of 66º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF014 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 20 -
CMYK 0.09 0 0.92 0.06
HSL 66º 0.88% 0.51% -
HSV(B) 66º 0.92% 0.94% -
XYZ 60.2 77.28 12.4 -
YUV 208.34 21.71 134.89 -
System Red Green Blue C M Y K H S L
Decimal 218 240 20 0.09 0 0.92 0.06 66 0.88 0.51
Hex DA F0 14 9 0 5C 6 42 58 33
Octal 332 360 24 11 0 134 6 102 130 63
Binary 11011010 11110000 10100 1001 0 1011100 110 1000010 1011000 110011

Color Harmonies of #DAF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF014

Black with #DAF014

Text Example


Text Example

White with #DAF014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF014; }

 p { color: rgb(218,240,20); }

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

background-color css

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

 a { background-color: rgb(218,240,20); }

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

border-color css

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

 span { border-color: rgb(218,240,20); }

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