Html Css Color HEX #DDF60D Chartreuse Yellow

📋 copy color: '#DDF60D'

red 221 ◦ green 246 ◦ blue 13

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

Shades of Chartreuse Yellow #DDF60D

Tints of Chartreuse Yellow #DDF60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.71%

R = 46.04%
G = 51.25%
B = 2.71%

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

#DDF60D (or 0xDDF60D) is known color: Chartreuse Yellow. HEX triplet: DD, F6 and 0D. RGB value is (221,246,13). Sum of RGB (Red+Green+Blue) = 221+246+13=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF60D is #2209F2. Grayscale: #D4D4D4. Windows color (decimal): -2230771 or 915165. OLE color: 915165.

HSL color Cylindrical-coordinate representation of color #DDF60D: hue angle of 66.44º 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 #DDF60D is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 13 -
CMYK 0.10 0 0.95 0.04
HSL 66.44º 0.93% 0.51% -
HSV(B) 66.44º 0.95% 0.96% -
XYZ 62.85 81.31 12.76 -
YUV 211.96 15.72 134.45 -
System Red Green Blue C M Y K H S L
Decimal 221 246 13 0.10 0 0.95 0.04 66.44 0.93 0.51
Hex DD F6 D A 0 5F 4 42 5D 33
Octal 335 366 15 12 0 137 4 102 135 63
Binary 11011101 11110110 1101 1010 0 1011111 100 1000010 1011101 110011

Color Harmonies of #DDF60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF60D

Black with #DDF60D

Text Example


Text Example

White with #DDF60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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