Html Css Color HEX #DDF10C Chartreuse Yellow

📋 copy color: '#DDF10C'

red 221 ◦ green 241 ◦ blue 12

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

Shades of Chartreuse Yellow #DDF10C

Tints of Chartreuse Yellow #DDF10C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.84%

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

R = 46.62%
G = 50.84%
B = 2.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#DDF10C (or 0xDDF10C) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 0C. RGB value is (221,241,12). Sum of RGB (Red+Green+Blue) = 221+241+12=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF10C is #220EF3. Grayscale: #D1D1D1. Windows color (decimal): -2232052 or 848349. OLE color: 848349.

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

Color convert

RGB 221 241 12 -
CMYK 0.08 0 0.95 0.05
HSL 65.24º 0.91% 0.5% -
HSV(B) 65.24º 0.95% 0.95% -
XYZ 61.34 78.31 12.23 -
YUV 208.91 16.87 136.62 -
System Red Green Blue C M Y K H S L
Decimal 221 241 12 0.08 0 0.95 0.05 65.24 0.91 0.5
Hex DD F1 C 8 0 5F 5 41 5B 32
Octal 335 361 14 10 0 137 5 101 133 62
Binary 11011101 11110001 1100 1000 0 1011111 101 1000001 1011011 110010

Color Harmonies of #DDF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF10C

Black with #DDF10C

Text Example


Text Example

White with #DDF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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