Html Css Color HEX #DDF50D Chartreuse Yellow

📋 copy color: '#DDF50D'

red 221 ◦ green 245 ◦ blue 13

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

Shades of Chartreuse Yellow #DDF50D

Tints of Chartreuse Yellow #DDF50D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.15%

 BLUE value IS 13 (5.47% from 255) = 2.71%

R = 46.14%
G = 51.15%
B = 2.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#DDF50D (or 0xDDF50D) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 0D. RGB value is (221,245,13). Sum of RGB (Red+Green+Blue) = 221+245+13=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF50D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF50D is #220AF2. Grayscale: #D4D4D4. Windows color (decimal): -2231027 or 914909. OLE color: 914909.

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

Color convert

RGB 221 245 13 -
CMYK 0.10 0 0.95 0.04
HSL 66.21º 0.92% 0.51% -
HSV(B) 66.21º 0.95% 0.96% -
XYZ 62.54 80.71 12.66 -
YUV 211.38 16.05 134.86 -
System Red Green Blue C M Y K H S L
Decimal 221 245 13 0.10 0 0.95 0.04 66.21 0.92 0.51
Hex DD F5 D A 0 5F 4 42 5C 33
Octal 335 365 15 12 0 137 4 102 134 63
Binary 11011101 11110101 1101 1010 0 1011111 100 1000010 1011100 110011

Color Harmonies of #DDF50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF50D

Black with #DDF50D

Text Example


Text Example

White with #DDF50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF50D; }

 p { color: rgb(221,245,13); }

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

background-color css

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

 a { background-color: rgb(221,245,13); }

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

border-color css

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

 span { border-color: rgb(221,245,13); }

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