Html Css Color HEX #DDEE0D Chartreuse Yellow

📋 copy color: '#DDEE0D'

red 221 ◦ green 238 ◦ blue 13

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

Shades of Chartreuse Yellow #DDEE0D

Tints of Chartreuse Yellow #DDEE0D

RGB

 RED value IS 221 (86.72% from 255) = 46.82%

 GREEN value IS 238 (93.36% from 255) = 50.42%

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 46.82%
G = 50.42%
B = 2.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#DDEE0D (or 0xDDEE0D) is known color: Chartreuse Yellow. HEX triplet: DD, EE and 0D. RGB value is (221,238,13). Sum of RGB (Red+Green+Blue) = 221+238+13=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEE0D is #2211F2. Grayscale: #D0D0D0. Windows color (decimal): -2232819 or 913117. OLE color: 913117.

HSL color Cylindrical-coordinate representation of color #DDEE0D: hue angle of 64.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDEE0D is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 13 -
CMYK 0.07 0 0.95 0.07
HSL 64.53º 0.9% 0.49% -
HSV(B) 64.53º 0.95% 0.93% -
XYZ 60.47 76.55 11.97 -
YUV 207.27 18.37 137.8 -
System Red Green Blue C M Y K H S L
Decimal 221 238 13 0.07 0 0.95 0.07 64.53 0.9 0.49
Hex DD EE D 7 0 5F 7 41 5A 31
Octal 335 356 15 7 0 137 7 101 132 61
Binary 11011101 11101110 1101 111 0 1011111 111 1000001 1011010 110001

Color Harmonies of #DDEE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE0D

Black with #DDEE0D

Text Example


Text Example

White with #DDEE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE0D; }

 p { color: rgb(221,238,13); }

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

background-color css

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

 a { background-color: rgb(221,238,13); }

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

border-color css

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

 span { border-color: rgb(221,238,13); }

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