Html Css Color HEX #DDF60C Chartreuse Yellow

📋 copy color: '#DDF60C'

red 221 ◦ green 246 ◦ blue 12

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

Shades of Chartreuse Yellow #DDF60C

Tints of Chartreuse Yellow #DDF60C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.36%

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

R = 46.14%
G = 51.36%
B = 2.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#DDF60C (or 0xDDF60C) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 0C. RGB value is (221,246,12). Sum of RGB (Red+Green+Blue) = 221+246+12=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF60C is #2209F3. Grayscale: #D4D4D4. Windows color (decimal): -2230772 or 849629. OLE color: 849629.

HSL color Cylindrical-coordinate representation of color #DDF60C: hue angle of 66.41º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDF60C is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 12 -
CMYK 0.10 0 0.95 0.04
HSL 66.41º 0.93% 0.51% -
HSV(B) 66.41º 0.95% 0.96% -
XYZ 62.84 81.31 12.73 -
YUV 211.85 15.22 134.53 -
System Red Green Blue C M Y K H S L
Decimal 221 246 12 0.10 0 0.95 0.04 66.41 0.93 0.51
Hex DD F6 C A 0 5F 4 42 5D 33
Octal 335 366 14 12 0 137 4 102 135 63
Binary 11011101 11110110 1100 1010 0 1011111 100 1000010 1011101 110011

Color Harmonies of #DDF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF60C

Black with #DDF60C

Text Example


Text Example

White with #DDF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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