Html Css Color HEX #DDF114 Chartreuse Yellow

📋 copy color: '#DDF114'

red 221 ◦ green 241 ◦ blue 20

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

Shades of Chartreuse Yellow #DDF114

Tints of Chartreuse Yellow #DDF114

RGB

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

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

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

R = 45.85%
G = 50%
B = 4.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#DDF114 (or 0xDDF114) is known color: Chartreuse Yellow. HEX triplet: DD, F1 and 14. RGB value is (221,241,20). Sum of RGB (Red+Green+Blue) = 221+241+20=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF114 is #220EEB. Grayscale: #D2D2D2. Windows color (decimal): -2232044 or 1372637. OLE color: 1372637.

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

Color convert

RGB 221 241 20 -
CMYK 0.08 0 0.92 0.05
HSL 65.43º 0.89% 0.51% -
HSV(B) 65.43º 0.92% 0.95% -
XYZ 61.4 78.33 12.55 -
YUV 209.83 20.87 135.97 -
System Red Green Blue C M Y K H S L
Decimal 221 241 20 0.08 0 0.92 0.05 65.43 0.89 0.51
Hex DD F1 14 8 0 5C 5 41 59 33
Octal 335 361 24 10 0 134 5 101 131 63
Binary 11011101 11110001 10100 1000 0 1011100 101 1000001 1011001 110011

Color Harmonies of #DDF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF114

Black with #DDF114

Text Example


Text Example

White with #DDF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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