Html Css Color HEX #DAF000 Chartreuse Yellow

📋 copy color: '#DAF000'

red 218 ◦ green 240 ◦ blue 0

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

Shades of Chartreuse Yellow #DAF000

Tints of Chartreuse Yellow #DAF000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.6%
G = 52.4%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#DAF000 (or 0xDAF000) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 00. RGB value is (218,240,0). Sum of RGB (Red+Green+Blue) = 218+240+0=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF000 is #250FFF. Grayscale: #CFCFCF. Windows color (decimal): -2428928 or 61658. OLE color: 61658.

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

Color convert

RGB 218 240 0 -
CMYK 0.09 0 1 0.06
HSL 65.5º 1% 0.47% -
HSV(B) 65.5º 1% 0.94% -
XYZ 60.07 77.23 11.74 -
YUV 206.06 11.71 136.51 -
System Red Green Blue C M Y K H S L
Decimal 218 240 0 0.09 0 1 0.06 65.5 1 0.47
Hex DA F0 0 9 0 64 6 42 64 2F
Octal 332 360 0 11 0 144 6 102 144 57
Binary 11011010 11110000 0 1001 0 1100100 110 1000010 1100100 101111

Color Harmonies of #DAF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF000

Black with #DAF000

Text Example


Text Example

White with #DAF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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