Html Css Color HEX #DDF204 Chartreuse Yellow

📋 copy color: '#DDF204'

red 221 ◦ green 242 ◦ blue 4

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

Shades of Chartreuse Yellow #DDF204

Tints of Chartreuse Yellow #DDF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.82%

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

R = 47.32%
G = 51.82%
B = 0.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#DDF204 (or 0xDDF204) is known color: Chartreuse Yellow. HEX triplet: DD, F2 and 04. RGB value is (221,242,4). Sum of RGB (Red+Green+Blue) = 221+242+4=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF204 is #220DFB. Grayscale: #D1D1D1. Windows color (decimal): -2231804 or 324317. OLE color: 324317.

HSL color Cylindrical-coordinate representation of color #DDF204: hue angle of 65.29º 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 #DDF204 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 4 -
CMYK 0.09 0 0.98 0.05
HSL 65.29º 0.97% 0.48% -
HSV(B) 65.29º 0.98% 0.95% -
XYZ 61.59 78.89 12.09 -
YUV 208.59 12.54 136.85 -
System Red Green Blue C M Y K H S L
Decimal 221 242 4 0.09 0 0.98 0.05 65.29 0.97 0.48
Hex DD F2 4 9 0 62 5 41 61 30
Octal 335 362 4 11 0 142 5 101 141 60
Binary 11011101 11110010 100 1001 0 1100010 101 1000001 1100001 110000

Color Harmonies of #DDF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF204

Black with #DDF204

Text Example


Text Example

White with #DDF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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