Html Css Color HEX #DDF80E Chartreuse Yellow

📋 copy color: '#DDF80E'

red 221 ◦ green 248 ◦ blue 14

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

Shades of Chartreuse Yellow #DDF80E

Tints of Chartreuse Yellow #DDF80E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

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

R = 45.76%
G = 51.35%
B = 2.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#DDF80E (or 0xDDF80E) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 0E. RGB value is (221,248,14). Sum of RGB (Red+Green+Blue) = 221+248+14=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF80E is #2207F1. Grayscale: #D6D6D6. Windows color (decimal): -2230258 or 981213. OLE color: 981213.

HSL color Cylindrical-coordinate representation of color #DDF80E: hue angle of 66.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDF80E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 14 -
CMYK 0.11 0 0.94 0.03
HSL 66.92º 0.94% 0.51% -
HSV(B) 66.92º 0.94% 0.97% -
XYZ 63.47 82.54 13 -
YUV 213.25 15.55 133.53 -
System Red Green Blue C M Y K H S L
Decimal 221 248 14 0.11 0 0.94 0.03 66.92 0.94 0.51
Hex DD F8 E B 0 5E 3 43 5E 33
Octal 335 370 16 13 0 136 3 103 136 63
Binary 11011101 11111000 1110 1011 0 1011110 11 1000011 1011110 110011

Color Harmonies of #DDF80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF80E

Black with #DDF80E

Text Example


Text Example

White with #DDF80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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