Html Css Color HEX #DAF400 Chartreuse Yellow

📋 copy color: '#DAF400'

red 218 ◦ green 244 ◦ blue 0

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

Shades of Chartreuse Yellow #DAF400

Tints of Chartreuse Yellow #DAF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.81%

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

R = 47.19%
G = 52.81%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#DAF400 (or 0xDAF400) is known color: Chartreuse Yellow. HEX triplet: DA, F4 and 00. RGB value is (218,244,0). Sum of RGB (Red+Green+Blue) = 218+244+0=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF400 is #250BFF. Grayscale: #D1D1D1. Windows color (decimal): -2427904 or 62682. OLE color: 62682.

HSL color Cylindrical-coordinate representation of color #DAF400: hue angle of 66.39º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 0 -
CMYK 0.11 0 1 0.04
HSL 66.39º 1% 0.48% -
HSV(B) 66.39º 1% 0.96% -
XYZ 61.26 79.61 12.14 -
YUV 208.41 10.39 134.84 -
System Red Green Blue C M Y K H S L
Decimal 218 244 0 0.11 0 1 0.04 66.39 1 0.48
Hex DA F4 0 B 0 64 4 42 64 30
Octal 332 364 0 13 0 144 4 102 144 60
Binary 11011010 11110100 0 1011 0 1100100 100 1000010 1100100 110000

Color Harmonies of #DAF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF400

Black with #DAF400

Text Example


Text Example

White with #DAF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF400; }

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

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

background-color css

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

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

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

border-color css

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

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

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