Html Css Color HEX #DDF104 Chartreuse Yellow

📋 copy color: '#DDF104'

red 221 ◦ green 241 ◦ blue 4

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

Shades of Chartreuse Yellow #DDF104

Tints of Chartreuse Yellow #DDF104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 47.42%
G = 51.72%
B = 0.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#DDF104 (or 0xDDF104) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 04. RGB value is (221,241,4). Sum of RGB (Red+Green+Blue) = 221+241+4=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF104 is #220EFB. Grayscale: #D0D0D0. Windows color (decimal): -2232060 or 324061. OLE color: 324061.

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

Color convert

RGB 221 241 4 -
CMYK 0.08 0 0.98 0.05
HSL 65.06º 0.97% 0.48% -
HSV(B) 65.06º 0.98% 0.95% -
XYZ 61.3 78.29 12 -
YUV 208 12.87 137.27 -
System Red Green Blue C M Y K H S L
Decimal 221 241 4 0.08 0 0.98 0.05 65.06 0.97 0.48
Hex DD F1 4 8 0 62 5 41 61 30
Octal 335 361 4 10 0 142 5 101 141 60
Binary 11011101 11110001 100 1000 0 1100010 101 1000001 1100001 110000

Color Harmonies of #DDF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF104

Black with #DDF104

Text Example


Text Example

White with #DDF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF104; }

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

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

background-color css

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

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

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

border-color css

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

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

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