Html Css Color HEX #DDFF0C Chartreuse Yellow

📋 copy color: '#DDFF0C'

red 221 ◦ green 255 ◦ blue 12

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

Shades of Chartreuse Yellow #DDFF0C

Tints of Chartreuse Yellow #DDFF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.46%

R = 45.29%
G = 52.25%
B = 2.46%

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

#DDFF0C (or 0xDDFF0C) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 0C. RGB value is (221,255,12). Sum of RGB (Red+Green+Blue) = 221+255+12=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF0C is #2200F3. Grayscale: #DADADA. Windows color (decimal): -2228468 or 851933. OLE color: 851933.

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

Color convert

RGB 221 255 12 -
CMYK 0.13 0 0.95 0
HSL 68.4º 1% 0.52% -
HSV(B) 68.4º 0.95% 1% -
XYZ 65.65 86.92 13.66 -
YUV 217.13 12.24 130.76 -
System Red Green Blue C M Y K H S L
Decimal 221 255 12 0.13 0 0.95 0 68.4 1 0.52
Hex DD FF C D 0 5F 0 44 64 34
Octal 335 377 14 15 0 137 0 104 144 64
Binary 11011101 11111111 1100 1101 0 1011111 0 1000100 1100100 110100

Color Harmonies of #DDFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF0C

Black with #DDFF0C

Text Example


Text Example

White with #DDFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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