Html Css Color HEX #DDFF00 Chartreuse Yellow

📋 copy color: '#DDFF00'

red 221 ◦ green 255 ◦ blue 0

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

Shades of Chartreuse Yellow #DDFF00

Tints of Chartreuse Yellow #DDFF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.43%
G = 53.57%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#DDFF00 (or 0xDDFF00) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 00. RGB value is (221,255,0). Sum of RGB (Red+Green+Blue) = 221+255+0=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF00 is #2200FF. Grayscale: #D8D8D8. Windows color (decimal): -2228480 or 65501. OLE color: 65501.

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

Color convert

RGB 221 255 0 -
CMYK 0.13 0 1 0
HSL 68º 1% 0.5% -
HSV(B) 68º 1% 1% -
XYZ 65.58 86.89 13.32 -
YUV 215.76 6.24 131.73 -
System Red Green Blue C M Y K H S L
Decimal 221 255 0 0.13 0 1 0 68 1 0.5
Hex DD FF 0 D 0 64 0 44 64 32
Octal 335 377 0 15 0 144 0 104 144 62
Binary 11011101 11111111 0 1101 0 1100100 0 1000100 1100100 110010

Color Harmonies of #DDFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF00

Black with #DDFF00

Text Example


Text Example

White with #DDFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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