Html Css Color HEX #DDF80C Chartreuse Yellow

📋 copy color: '#DDF80C'

red 221 ◦ green 248 ◦ blue 12

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

Shades of Chartreuse Yellow #DDF80C

Tints of Chartreuse Yellow #DDF80C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.56%

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

R = 45.95%
G = 51.56%
B = 2.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#DDF80C (or 0xDDF80C) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 0C. RGB value is (221,248,12). Sum of RGB (Red+Green+Blue) = 221+248+12=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF80C is #2207F3. Grayscale: #D5D5D5. Windows color (decimal): -2230260 or 850141. OLE color: 850141.

HSL color Cylindrical-coordinate representation of color #DDF80C: hue angle of 66.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF80C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 12 -
CMYK 0.11 0 0.95 0.03
HSL 66.86º 0.94% 0.51% -
HSV(B) 66.86º 0.95% 0.97% -
XYZ 63.45 82.53 12.93 -
YUV 213.02 14.55 133.69 -
System Red Green Blue C M Y K H S L
Decimal 221 248 12 0.11 0 0.95 0.03 66.86 0.94 0.51
Hex DD F8 C B 0 5F 3 43 5E 33
Octal 335 370 14 13 0 137 3 103 136 63
Binary 11011101 11111000 1100 1011 0 1011111 11 1000011 1011110 110011

Color Harmonies of #DDF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF80C

Black with #DDF80C

Text Example


Text Example

White with #DDF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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