Html Css Color HEX #DADE06 Chartreuse Yellow

📋 copy color: '#DADE06'

red 218 ◦ green 222 ◦ blue 6

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

Shades of Chartreuse Yellow #DADE06

Tints of Chartreuse Yellow #DADE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 48.88%
G = 49.78%
B = 1.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DADE06 (or 0xDADE06) is known color: Chartreuse Yellow. HEX triplet: DA, DE and 06. RGB value is (218,222,6). Sum of RGB (Red+Green+Blue) = 218+222+6=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE06 is #2521F9. Grayscale: #C5C5C5. Windows color (decimal): -2433530 or 450266. OLE color: 450266.

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

Color convert

RGB 218 222 6 -
CMYK 0.02 0 0.97 0.13
HSL 61.11º 0.95% 0.45% -
HSV(B) 61.11º 0.97% 0.87% -
XYZ 55.07 67.16 10.23 -
YUV 196.18 20.67 143.56 -
System Red Green Blue C M Y K H S L
Decimal 218 222 6 0.02 0 0.97 0.13 61.11 0.95 0.45
Hex DA DE 6 2 0 61 D 3D 5F 2D
Octal 332 336 6 2 0 141 15 75 137 55
Binary 11011010 11011110 110 10 0 1100001 1101 111101 1011111 101101

Color Harmonies of #DADE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE06

Black with #DADE06

Text Example


Text Example

White with #DADE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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