Html Css Color HEX #DAF011 Chartreuse Yellow

📋 copy color: '#DAF011'

red 218 ◦ green 240 ◦ blue 17

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

Shades of Chartreuse Yellow #DAF011

Tints of Chartreuse Yellow #DAF011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.58%

R = 45.89%
G = 50.53%
B = 3.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#DAF011 (or 0xDAF011) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 11. RGB value is (218,240,17). Sum of RGB (Red+Green+Blue) = 218+240+17=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF011 is #250FEE. Grayscale: #D0D0D0. Windows color (decimal): -2428911 or 1175770. OLE color: 1175770.

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

Color convert

RGB 218 240 17 -
CMYK 0.09 0 0.93 0.06
HSL 65.92º 0.88% 0.5% -
HSV(B) 65.92º 0.93% 0.94% -
XYZ 60.17 77.27 12.27 -
YUV 208 20.21 135.13 -
System Red Green Blue C M Y K H S L
Decimal 218 240 17 0.09 0 0.93 0.06 65.92 0.88 0.5
Hex DA F0 11 9 0 5D 6 42 58 32
Octal 332 360 21 11 0 135 6 102 130 62
Binary 11011010 11110000 10001 1001 0 1011101 110 1000010 1011000 110010

Color Harmonies of #DAF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF011

Black with #DAF011

Text Example


Text Example

White with #DAF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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