Html Css Color HEX #DDFF0D Chartreuse Yellow

📋 copy color: '#DDFF0D'

red 221 ◦ green 255 ◦ blue 13

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

Shades of Chartreuse Yellow #DDFF0D

Tints of Chartreuse Yellow #DDFF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 52.15%

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

R = 45.19%
G = 52.15%
B = 2.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#DDFF0D (or 0xDDFF0D) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 0D. RGB value is (221,255,13). Sum of RGB (Red+Green+Blue) = 221+255+13=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 13 (5.47% from 255 or 2.66% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF0D is #2200F2. Grayscale: #DADADA. Windows color (decimal): -2228467 or 917469. OLE color: 917469.

HSL color Cylindrical-coordinate representation of color #DDFF0D: hue angle of 68.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDFF0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 13 -
CMYK 0.13 0 0.95 0
HSL 68.43º 1% 0.53% -
HSV(B) 68.43º 0.95% 1% -
XYZ 65.65 86.92 13.7 -
YUV 217.25 12.74 130.68 -
System Red Green Blue C M Y K H S L
Decimal 221 255 13 0.13 0 0.95 0 68.43 1 0.53
Hex DD FF D D 0 5F 0 44 64 35
Octal 335 377 15 15 0 137 0 104 144 65
Binary 11011101 11111111 1101 1101 0 1011111 0 1000100 1100100 110101

Color Harmonies of #DDFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF0D

Black with #DDFF0D

Text Example


Text Example

White with #DDFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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