Html Css Color HEX #DDFD0E Chartreuse Yellow

📋 copy color: '#DDFD0E'

red 221 ◦ green 253 ◦ blue 14

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

Shades of Chartreuse Yellow #DDFD0E

Tints of Chartreuse Yellow #DDFD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.84%

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

R = 45.29%
G = 51.84%
B = 2.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#DDFD0E (or 0xDDFD0E) is known color: Chartreuse Yellow. HEX triplet: DD, FD and 0E. RGB value is (221,253,14). Sum of RGB (Red+Green+Blue) = 221+253+14=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFD0E is #2202F1. Grayscale: #D9D9D9. Windows color (decimal): -2228978 or 982493. OLE color: 982493.

HSL color Cylindrical-coordinate representation of color #DDFD0E: hue angle of 68.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDFD0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 14 -
CMYK 0.13 0 0.94 0.01
HSL 68.03º 0.98% 0.52% -
HSV(B) 68.03º 0.94% 0.99% -
XYZ 65.02 85.65 13.52 -
YUV 216.19 13.9 131.43 -
System Red Green Blue C M Y K H S L
Decimal 221 253 14 0.13 0 0.94 0.01 68.03 0.98 0.52
Hex DD FD E D 0 5E 1 44 62 34
Octal 335 375 16 15 0 136 1 104 142 64
Binary 11011101 11111101 1110 1101 0 1011110 1 1000100 1100010 110100

Color Harmonies of #DDFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD0E

Black with #DDFD0E

Text Example


Text Example

White with #DDFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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