Html Css Color HEX #DDF70D Chartreuse Yellow

📋 copy color: '#DDF70D'

red 221 ◦ green 247 ◦ blue 13

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

Shades of Chartreuse Yellow #DDF70D

Tints of Chartreuse Yellow #DDF70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.7%

R = 45.95%
G = 51.35%
B = 2.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#DDF70D (or 0xDDF70D) is known color: Chartreuse Yellow. HEX triplet: DD, F7 and 0D. RGB value is (221,247,13). Sum of RGB (Red+Green+Blue) = 221+247+13=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF70D is #2208F2. Grayscale: #D5D5D5. Windows color (decimal): -2230515 or 915421. OLE color: 915421.

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

Color convert

RGB 221 247 13 -
CMYK 0.11 0 0.95 0.03
HSL 66.67º 0.94% 0.51% -
HSV(B) 66.67º 0.95% 0.97% -
XYZ 63.15 81.92 12.86 -
YUV 212.55 15.39 134.03 -
System Red Green Blue C M Y K H S L
Decimal 221 247 13 0.11 0 0.95 0.03 66.67 0.94 0.51
Hex DD F7 D B 0 5F 3 43 5E 33
Octal 335 367 15 13 0 137 3 103 136 63
Binary 11011101 11110111 1101 1011 0 1011111 11 1000011 1011110 110011

Color Harmonies of #DDF70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF70D

Black with #DDF70D

Text Example


Text Example

White with #DDF70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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