Html Css Color HEX #DDFF0A Chartreuse Yellow

📋 copy color: '#DDFF0A'

red 221 ◦ green 255 ◦ blue 10

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

Shades of Chartreuse Yellow #DDFF0A

Tints of Chartreuse Yellow #DDFF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 45.47%
G = 52.47%
B = 2.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#DDFF0A (or 0xDDFF0A) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 0A. RGB value is (221,255,10). Sum of RGB (Red+Green+Blue) = 221+255+10=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF0A is #2200F5. Grayscale: #D9D9D9. Windows color (decimal): -2228470 or 720861. OLE color: 720861.

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

Color convert

RGB 221 255 10 -
CMYK 0.13 0 0.96 0
HSL 68.33º 1% 0.52% -
HSV(B) 68.33º 0.96% 1% -
XYZ 65.63 86.91 13.6 -
YUV 216.9 11.24 130.92 -
System Red Green Blue C M Y K H S L
Decimal 221 255 10 0.13 0 0.96 0 68.33 1 0.52
Hex DD FF A D 0 60 0 44 64 34
Octal 335 377 12 15 0 140 0 104 144 64
Binary 11011101 11111111 1010 1101 0 1100000 0 1000100 1100100 110100

Color Harmonies of #DDFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF0A

Black with #DDFF0A

Text Example


Text Example

White with #DDFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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