Html Css Color HEX #DEDE00 Chartreuse Yellow

📋 copy color: '#DEDE00'

red 222 ◦ green 222 ◦ blue 0

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

Shades of Chartreuse Yellow #DEDE00

Tints of Chartreuse Yellow #DEDE00

RGB

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

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

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEDE00 (or 0xDEDE00) is known color: Chartreuse Yellow. HEX triplet: DE, DE and 00. RGB value is (222,222,0). Sum of RGB (Red+Green+Blue) = 222+222+0=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE00 is #2121FF. Grayscale: #C5C5C5. Windows color (decimal): -2171392 or 57054. OLE color: 57054.

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

Color convert

RGB 222 222 0 -
CMYK 0 0 1 0.13
HSL 60º 1% 0.44% -
HSV(B) 60º 1% 0.87% -
XYZ 56.25 67.77 10.12 -
YUV 196.69 17 146.05 -
System Red Green Blue C M Y K H S L
Decimal 222 222 0 0 0 1 0.13 60 1 0.44
Hex DE DE 0 0 0 64 D 3C 64 2C
Octal 336 336 0 0 0 144 15 74 144 54
Binary 11011110 11011110 0 0 0 1100100 1101 111100 1100100 101100

Color Harmonies of #DEDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE00

Black with #DEDE00

Text Example


Text Example

White with #DEDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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