Html Css Color HEX #DDF914 Chartreuse Yellow

📋 copy color: '#DDF914'

red 221 ◦ green 249 ◦ blue 20

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

Shades of Chartreuse Yellow #DDF914

Tints of Chartreuse Yellow #DDF914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.82%

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

R = 45.1%
G = 50.82%
B = 4.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#DDF914 (or 0xDDF914) is known color: Chartreuse Yellow. HEX triplet: DD, F9 and 14. RGB value is (221,249,20). Sum of RGB (Red+Green+Blue) = 221+249+20=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF914 is #2206EB. Grayscale: #D7D7D7. Windows color (decimal): -2229996 or 1374685. OLE color: 1374685.

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

Color convert

RGB 221 249 20 -
CMYK 0.11 0 0.92 0.02
HSL 67.34º 0.95% 0.53% -
HSV(B) 67.34º 0.92% 0.98% -
XYZ 63.82 83.17 13.35 -
YUV 214.52 18.22 132.62 -
System Red Green Blue C M Y K H S L
Decimal 221 249 20 0.11 0 0.92 0.02 67.34 0.95 0.53
Hex DD F9 14 B 0 5C 2 43 5F 35
Octal 335 371 24 13 0 134 2 103 137 65
Binary 11011101 11111001 10100 1011 0 1011100 10 1000011 1011111 110101

Color Harmonies of #DDF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF914

Black with #DDF914

Text Example


Text Example

White with #DDF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF914; }

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

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

background-color css

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

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

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

border-color css

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

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

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