Html Css Color HEX #DADE05 Chartreuse Yellow

📋 copy color: '#DADE05'

red 218 ◦ green 222 ◦ blue 5

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

Shades of Chartreuse Yellow #DADE05

Tints of Chartreuse Yellow #DADE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 48.99%
G = 49.89%
B = 1.12%

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

#DADE05 (or 0xDADE05) is known color: Chartreuse Yellow. HEX triplet: DA, DE and 05. RGB value is (218,222,5). Sum of RGB (Red+Green+Blue) = 218+222+5=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE05 is #2521FA. Grayscale: #C4C4C4. Windows color (decimal): -2433531 or 384730. OLE color: 384730.

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

Color convert

RGB 218 222 5 -
CMYK 0.02 0 0.98 0.13
HSL 61.11º 0.96% 0.45% -
HSV(B) 61.11º 0.98% 0.87% -
XYZ 55.06 67.16 10.2 -
YUV 196.07 20.17 143.64 -
System Red Green Blue C M Y K H S L
Decimal 218 222 5 0.02 0 0.98 0.13 61.11 0.96 0.45
Hex DA DE 5 2 0 62 D 3D 60 2D
Octal 332 336 5 2 0 142 15 75 140 55
Binary 11011010 11011110 101 10 0 1100010 1101 111101 1100000 101101

Color Harmonies of #DADE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE05

Black with #DADE05

Text Example


Text Example

White with #DADE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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