Html Css Color HEX #DDFF13 Chartreuse Yellow

📋 copy color: '#DDFF13'

red 221 ◦ green 255 ◦ blue 19

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

Shades of Chartreuse Yellow #DDFF13

Tints of Chartreuse Yellow #DDFF13

RGB

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

 GREEN value IS 255 (100% from 255) = 51.52%

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

R = 44.65%
G = 51.52%
B = 3.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#DDFF13 (or 0xDDFF13) is known color: Chartreuse Yellow. HEX triplet: DD, FF and 13. RGB value is (221,255,19). Sum of RGB (Red+Green+Blue) = 221+255+19=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 19 (7.81% from 255 or 3.84% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDFF13 is #2200EC. Grayscale: #DADADA. Windows color (decimal): -2228461 or 1310685. OLE color: 1310685.

HSL color Cylindrical-coordinate representation of color #DDFF13: hue angle of 68.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDFF13 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 19 -
CMYK 0.13 0 0.93 0
HSL 68.64º 1% 0.54% -
HSV(B) 68.64º 0.93% 1% -
XYZ 65.7 86.94 13.93 -
YUV 217.93 15.74 130.19 -
System Red Green Blue C M Y K H S L
Decimal 221 255 19 0.13 0 0.93 0 68.64 1 0.54
Hex DD FF 13 D 0 5D 0 45 64 36
Octal 335 377 23 15 0 135 0 105 144 66
Binary 11011101 11111111 10011 1101 0 1011101 0 1000101 1100100 110110

Color Harmonies of #DDFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF13

Black with #DDFF13

Text Example


Text Example

White with #DDFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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