Html Css Color HEX #DDF414 Chartreuse Yellow

📋 copy color: '#DDF414'

red 221 ◦ green 244 ◦ blue 20

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

Shades of Chartreuse Yellow #DDF414

Tints of Chartreuse Yellow #DDF414

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.31%

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 45.57%
G = 50.31%
B = 4.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DDF414 (or 0xDDF414) is known color: Chartreuse Yellow. HEX triplet: DD, F4 and 14. RGB value is (221,244,20). Sum of RGB (Red+Green+Blue) = 221+244+20=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF414 is #220BEB. Grayscale: #D4D4D4. Windows color (decimal): -2231276 or 1373405. OLE color: 1373405.

HSL color Cylindrical-coordinate representation of color #DDF414: hue angle of 66.16º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF414 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 20 -
CMYK 0.09 0 0.92 0.04
HSL 66.16º 0.91% 0.52% -
HSV(B) 66.16º 0.92% 0.96% -
XYZ 62.3 80.12 12.84 -
YUV 211.59 19.88 134.71 -
System Red Green Blue C M Y K H S L
Decimal 221 244 20 0.09 0 0.92 0.04 66.16 0.91 0.52
Hex DD F4 14 9 0 5C 4 42 5B 34
Octal 335 364 24 11 0 134 4 102 133 64
Binary 11011101 11110100 10100 1001 0 1011100 100 1000010 1011011 110100

Color Harmonies of #DDF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF414

Black with #DDF414

Text Example


Text Example

White with #DDF414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF414; }

 p { color: rgb(221,244,20); }

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

background-color css

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

 a { background-color: rgb(221,244,20); }

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

border-color css

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

 span { border-color: rgb(221,244,20); }

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