Html Css Color HEX #DDEC0E Chartreuse Yellow

📋 copy color: '#DDEC0E'

red 221 ◦ green 236 ◦ blue 14

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

Shades of Chartreuse Yellow #DDEC0E

Tints of Chartreuse Yellow #DDEC0E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.11%

 BLUE value IS 14 (5.86% from 255) = 2.97%

R = 46.92%
G = 50.11%
B = 2.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#DDEC0E (or 0xDDEC0E) is known color: Chartreuse Yellow. HEX triplet: DD, EC and 0E. RGB value is (221,236,14). Sum of RGB (Red+Green+Blue) = 221+236+14=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEC0E is #2213F1. Grayscale: #CFCFCF. Windows color (decimal): -2233330 or 978141. OLE color: 978141.

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

Color convert

RGB 221 236 14 -
CMYK 0.06 0 0.94 0.07
HSL 64.05º 0.89% 0.49% -
HSV(B) 64.05º 0.94% 0.93% -
XYZ 59.89 75.39 11.81 -
YUV 206.21 19.53 138.55 -
System Red Green Blue C M Y K H S L
Decimal 221 236 14 0.06 0 0.94 0.07 64.05 0.89 0.49
Hex DD EC E 6 0 5E 7 40 59 31
Octal 335 354 16 6 0 136 7 100 131 61
Binary 11011101 11101100 1110 110 0 1011110 111 1000000 1011001 110001

Color Harmonies of #DDEC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC0E

Black with #DDEC0E

Text Example


Text Example

White with #DDEC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC0E; }

 p { color: rgb(221,236,14); }

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

background-color css

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

 a { background-color: rgb(221,236,14); }

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

border-color css

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

 span { border-color: rgb(221,236,14); }

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