Html Css Color HEX #DEDE01 Chartreuse Yellow

📋 copy color: '#DEDE01'

red 222 ◦ green 222 ◦ blue 1

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

Shades of Chartreuse Yellow #DEDE01

Tints of Chartreuse Yellow #DEDE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 49.89%
G = 49.89%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEDE01 (or 0xDEDE01) is known color: Chartreuse Yellow. HEX triplet: DE, DE and 01. RGB value is (222,222,1). Sum of RGB (Red+Green+Blue) = 222+222+1=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDE01 is #2121FE. Grayscale: #C5C5C5. Windows color (decimal): -2171391 or 122590. OLE color: 122590.

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

Color convert

RGB 222 222 1 -
CMYK 0 0 1.00 0.13
HSL 60º 0.99% 0.44% -
HSV(B) 60º 1% 0.87% -
XYZ 56.25 67.77 10.15 -
YUV 196.81 17.5 145.97 -
System Red Green Blue C M Y K H S L
Decimal 222 222 1 0 0 1.00 0.13 60 0.99 0.44
Hex DE DE 1 0 0 64 D 3C 63 2C
Octal 336 336 1 0 0 144 15 74 143 54
Binary 11011110 11011110 1 0 0 1100100 1101 111100 1100011 101100

Color Harmonies of #DEDE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDE01

Black with #DEDE01

Text Example


Text Example

White with #DEDE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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