Html Css Color HEX #DAF00A Chartreuse Yellow

📋 copy color: '#DAF00A'

red 218 ◦ green 240 ◦ blue 10

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

Shades of Chartreuse Yellow #DAF00A

Tints of Chartreuse Yellow #DAF00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.14%

R = 46.58%
G = 51.28%
B = 2.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#DAF00A (or 0xDAF00A) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 0A. RGB value is (218,240,10). Sum of RGB (Red+Green+Blue) = 218+240+10=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF00A is #250FF5. Grayscale: #D0D0D0. Windows color (decimal): -2428918 or 717018. OLE color: 717018.

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

Color convert

RGB 218 240 10 -
CMYK 0.09 0 0.96 0.06
HSL 65.74º 0.92% 0.49% -
HSV(B) 65.74º 0.96% 0.94% -
XYZ 60.13 77.25 12.03 -
YUV 207.2 16.71 135.7 -
System Red Green Blue C M Y K H S L
Decimal 218 240 10 0.09 0 0.96 0.06 65.74 0.92 0.49
Hex DA F0 A 9 0 60 6 42 5C 31
Octal 332 360 12 11 0 140 6 102 134 61
Binary 11011010 11110000 1010 1001 0 1100000 110 1000010 1011100 110001

Color Harmonies of #DAF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF00A

Black with #DAF00A

Text Example


Text Example

White with #DAF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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