Html Css Color HEX #DDF00D Chartreuse Yellow

📋 copy color: '#DDF00D'

red 221 ◦ green 240 ◦ blue 13

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

Shades of Chartreuse Yellow #DDF00D

Tints of Chartreuse Yellow #DDF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.63%

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

R = 46.62%
G = 50.63%
B = 2.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#DDF00D (or 0xDDF00D) is known color: Chartreuse Yellow. HEX triplet: DD, F0 and 0D. RGB value is (221,240,13). Sum of RGB (Red+Green+Blue) = 221+240+13=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF00D is #220FF2. Grayscale: #D1D1D1. Windows color (decimal): -2232307 or 913629. OLE color: 913629.

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

Color convert

RGB 221 240 13 -
CMYK 0.08 0 0.95 0.06
HSL 65.02º 0.9% 0.5% -
HSV(B) 65.02º 0.95% 0.94% -
XYZ 61.05 77.72 12.16 -
YUV 208.44 17.71 136.96 -
System Red Green Blue C M Y K H S L
Decimal 221 240 13 0.08 0 0.95 0.06 65.02 0.9 0.5
Hex DD F0 D 8 0 5F 6 41 5A 32
Octal 335 360 15 10 0 137 6 101 132 62
Binary 11011101 11110000 1101 1000 0 1011111 110 1000001 1011010 110010

Color Harmonies of #DDF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF00D

Black with #DDF00D

Text Example


Text Example

White with #DDF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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