Html Css Color HEX #DDF513 Chartreuse Yellow

📋 copy color: '#DDF513'

red 221 ◦ green 245 ◦ blue 19

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

Shades of Chartreuse Yellow #DDF513

Tints of Chartreuse Yellow #DDF513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.92%

R = 45.57%
G = 50.52%
B = 3.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DDF513 (or 0xDDF513) is known color: Chartreuse Yellow. HEX triplet: DD, F5 and 13. RGB value is (221,245,19). Sum of RGB (Red+Green+Blue) = 221+245+19=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDF513 is #220AEC. Grayscale: #D4D4D4. Windows color (decimal): -2231021 or 1308125. OLE color: 1308125.

HSL color Cylindrical-coordinate representation of color #DDF513: hue angle of 66.37º degrees, saturation: 0.92, 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 #DDF513 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 19 -
CMYK 0.10 0 0.92 0.04
HSL 66.37º 0.92% 0.52% -
HSV(B) 66.37º 0.92% 0.96% -
XYZ 62.59 80.72 12.9 -
YUV 212.06 19.05 134.38 -
System Red Green Blue C M Y K H S L
Decimal 221 245 19 0.10 0 0.92 0.04 66.37 0.92 0.52
Hex DD F5 13 A 0 5C 4 42 5C 34
Octal 335 365 23 12 0 134 4 102 134 64
Binary 11011101 11110101 10011 1010 0 1011100 100 1000010 1011100 110100

Color Harmonies of #DDF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF513

Black with #DDF513

Text Example


Text Example

White with #DDF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF513; }

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

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

background-color css

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

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

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

border-color css

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

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

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