Html Css Color HEX #DADE04 Chartreuse Yellow

📋 copy color: '#DADE04'

red 218 ◦ green 222 ◦ blue 4

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

Shades of Chartreuse Yellow #DADE04

Tints of Chartreuse Yellow #DADE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 49.1%
G = 50%
B = 0.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DADE04 (or 0xDADE04) is known color: Chartreuse Yellow. HEX triplet: DA, DE and 04. RGB value is (218,222,4). Sum of RGB (Red+Green+Blue) = 218+222+4=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE04 is #2521FB. Grayscale: #C4C4C4. Windows color (decimal): -2433532 or 319194. OLE color: 319194.

HSL color Cylindrical-coordinate representation of color #DADE04: hue angle of 61.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DADE04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 4 -
CMYK 0.02 0 0.98 0.13
HSL 61.1º 0.96% 0.44% -
HSV(B) 61.1º 0.98% 0.87% -
XYZ 55.06 67.16 10.18 -
YUV 195.95 19.67 143.73 -
System Red Green Blue C M Y K H S L
Decimal 218 222 4 0.02 0 0.98 0.13 61.1 0.96 0.44
Hex DA DE 4 2 0 62 D 3D 60 2C
Octal 332 336 4 2 0 142 15 75 140 54
Binary 11011010 11011110 100 10 0 1100010 1101 111101 1100000 101100

Color Harmonies of #DADE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE04

Black with #DADE04

Text Example


Text Example

White with #DADE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE04; }

 p { color: rgb(218,222,4); }

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

background-color css

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

 a { background-color: rgb(218,222,4); }

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

border-color css

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

 span { border-color: rgb(218,222,4); }

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