Html Css Color HEX #DEDE04 Chartreuse Yellow

📋 copy color: '#DEDE04'

red 222 ◦ green 222 ◦ blue 4

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

Shades of Chartreuse Yellow #DEDE04

Tints of Chartreuse Yellow #DEDE04

RGB

 RED value IS 222 (87.11% from 255) = 49.55%

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

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

R = 49.55%
G = 49.55%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEDE04 (or 0xDEDE04) is known color: Chartreuse Yellow. HEX triplet: DE, DE and 04. RGB value is (222,222,4). Sum of RGB (Red+Green+Blue) = 222+222+4=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE04 is #2121FB. Grayscale: #C6C6C6. Windows color (decimal): -2171388 or 319198. OLE color: 319198.

HSL color Cylindrical-coordinate representation of color #DEDE04: hue angle of 60º 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 #DEDE04 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 222 4 -
CMYK 0 0 0.98 0.13
HSL 60º 0.96% 0.44% -
HSV(B) 60º 0.98% 0.87% -
XYZ 56.27 67.78 10.23 -
YUV 197.15 19 145.73 -
System Red Green Blue C M Y K H S L
Decimal 222 222 4 0 0 0.98 0.13 60 0.96 0.44
Hex DE DE 4 0 0 62 D 3C 60 2C
Octal 336 336 4 0 0 142 15 74 140 54
Binary 11011110 11011110 100 0 0 1100010 1101 111100 1100000 101100

Color Harmonies of #DEDE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE04

Black with #DEDE04

Text Example


Text Example

White with #DEDE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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