Html Css Color HEX #DDF20E Chartreuse Yellow

📋 copy color: '#DDF20E'

red 221 ◦ green 242 ◦ blue 14

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

Shades of Chartreuse Yellow #DDF20E

Tints of Chartreuse Yellow #DDF20E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.73%

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

R = 46.33%
G = 50.73%
B = 2.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#DDF20E (or 0xDDF20E) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 0E. RGB value is (221,242,14). Sum of RGB (Red+Green+Blue) = 221+242+14=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 14 (5.86% from 255 or 2.94% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF20E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF20E is #220DF1. Grayscale: #D2D2D2. Windows color (decimal): -2231794 or 979677. OLE color: 979677.

HSL color Cylindrical-coordinate representation of color #DDF20E: hue angle of 65.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDF20E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 14 -
CMYK 0.09 0 0.94 0.05
HSL 65.53º 0.9% 0.5% -
HSV(B) 65.53º 0.94% 0.95% -
XYZ 61.65 78.91 12.4 -
YUV 209.73 17.54 136.04 -
System Red Green Blue C M Y K H S L
Decimal 221 242 14 0.09 0 0.94 0.05 65.53 0.9 0.5
Hex DD F2 E 9 0 5E 5 42 5A 32
Octal 335 362 16 11 0 136 5 102 132 62
Binary 11011101 11110010 1110 1001 0 1011110 101 1000010 1011010 110010

Color Harmonies of #DDF20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF20E

Black with #DDF20E

Text Example


Text Example

White with #DDF20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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