Html Css Color HEX #DDF814 Chartreuse Yellow

📋 copy color: '#DDF814'

red 221 ◦ green 248 ◦ blue 20

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

Shades of Chartreuse Yellow #DDF814

Tints of Chartreuse Yellow #DDF814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.72%

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

R = 45.19%
G = 50.72%
B = 4.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#DDF814 (or 0xDDF814) is known color: Chartreuse Yellow. HEX triplet: DD, F8 and 14. RGB value is (221,248,20). Sum of RGB (Red+Green+Blue) = 221+248+20=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF814 is #2207EB. Grayscale: #D6D6D6. Windows color (decimal): -2230252 or 1374429. OLE color: 1374429.

HSL color Cylindrical-coordinate representation of color #DDF814: hue angle of 67.11º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDF814 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 20 -
CMYK 0.11 0 0.92 0.03
HSL 67.11º 0.94% 0.53% -
HSV(B) 67.11º 0.92% 0.97% -
XYZ 63.51 82.56 13.25 -
YUV 213.94 18.55 133.04 -
System Red Green Blue C M Y K H S L
Decimal 221 248 20 0.11 0 0.92 0.03 67.11 0.94 0.53
Hex DD F8 14 B 0 5C 3 43 5E 35
Octal 335 370 24 13 0 134 3 103 136 65
Binary 11011101 11111000 10100 1011 0 1011100 11 1000011 1011110 110101

Color Harmonies of #DDF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF814

Black with #DDF814

Text Example


Text Example

White with #DDF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF814; }

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

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

background-color css

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

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

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

border-color css

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

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

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