Html Css Color HEX #DDF70E Chartreuse Yellow

📋 copy color: '#DDF70E'

red 221 ◦ green 247 ◦ blue 14

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

Shades of Chartreuse Yellow #DDF70E

Tints of Chartreuse Yellow #DDF70E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.24%

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

R = 45.85%
G = 51.24%
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

#DDF70E (or 0xDDF70E) is known color: Chartreuse Yellow. HEX triplet: DD, F7 and 0E. RGB value is (221,247,14). Sum of RGB (Red+Green+Blue) = 221+247+14=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF70E is #2208F1. Grayscale: #D5D5D5. Windows color (decimal): -2230514 or 980957. OLE color: 980957.

HSL color Cylindrical-coordinate representation of color #DDF70E: hue angle of 66.7º 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 #DDF70E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 14 -
CMYK 0.11 0 0.94 0.03
HSL 66.7º 0.94% 0.51% -
HSV(B) 66.7º 0.94% 0.97% -
XYZ 63.16 81.93 12.9 -
YUV 212.66 15.89 133.95 -
System Red Green Blue C M Y K H S L
Decimal 221 247 14 0.11 0 0.94 0.03 66.7 0.94 0.51
Hex DD F7 E B 0 5E 3 43 5E 33
Octal 335 367 16 13 0 136 3 103 136 63
Binary 11011101 11110111 1110 1011 0 1011110 11 1000011 1011110 110011

Color Harmonies of #DDF70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF70E

Black with #DDF70E

Text Example


Text Example

White with #DDF70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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