Html Css Color HEX #DDEC10 Chartreuse Yellow

📋 copy color: '#DDEC10'

red 221 ◦ green 236 ◦ blue 16

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

Shades of Chartreuse Yellow #DDEC10

Tints of Chartreuse Yellow #DDEC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.38%

R = 46.72%
G = 49.89%
B = 3.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#DDEC10 (or 0xDDEC10) is known color: Chartreuse Yellow. HEX triplet: DD, EC and 10. RGB value is (221,236,16). Sum of RGB (Red+Green+Blue) = 221+236+16=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEC10 is #2213EF. Grayscale: #CFCFCF. Windows color (decimal): -2233328 or 1109213. OLE color: 1109213.

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

Color convert

RGB 221 236 16 -
CMYK 0.06 0 0.93 0.07
HSL 64.09º 0.87% 0.49% -
HSV(B) 64.09º 0.93% 0.93% -
XYZ 59.91 75.4 11.89 -
YUV 206.44 20.53 138.39 -
System Red Green Blue C M Y K H S L
Decimal 221 236 16 0.06 0 0.93 0.07 64.09 0.87 0.49
Hex DD EC 10 6 0 5D 7 40 57 31
Octal 335 354 20 6 0 135 7 100 127 61
Binary 11011101 11101100 10000 110 0 1011101 111 1000000 1010111 110001

Color Harmonies of #DDEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC10

Black with #DDEC10

Text Example


Text Example

White with #DDEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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