Html Css Color HEX #13CC40 Dark Pastel Green

📋 copy color: '#13CC40'

red 19 ◦ green 204 ◦ blue 64

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

Shades of Dark Pastel Green #13CC40

Tints of Dark Pastel Green #13CC40

RGB

 RED value IS 19 (7.81% from 255) = 6.62%

 GREEN value IS 204 (80.08% from 255) = 71.08%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 6.62%
G = 71.08%
B = 22.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#13CC40 (or 0x13CC40) is known color: Dark Pastel Green. HEX triplet: 13, CC and 40. RGB value is (19,204,64). Sum of RGB (Red+Green+Blue) = 19+204+64=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC40 is #EC33BF. Grayscale: #858585. Windows color (decimal): -15479744 or 4246547. OLE color: 4246547.

HSL color Cylindrical-coordinate representation of color #13CC40: hue angle of 134.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CC40 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 64 -
CMYK 0.91 0 0.69 0.2
HSL 134.59º 0.83% 0.44% -
HSV(B) 134.59º 0.91% 0.8% -
XYZ 22.79 43.69 12.08 -
YUV 132.73 89.21 46.88 -
System Red Green Blue C M Y K H S L
Decimal 19 204 64 0.91 0 0.69 0.2 134.59 0.83 0.44
Hex 13 CC 40 5B 0 45 14 87 53 2C
Octal 23 314 100 133 0 105 24 207 123 54
Binary 10011 11001100 1000000 1011011 0 1000101 10100 10000111 1010011 101100

Color Harmonies of #13CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC40

Black with #13CC40

Text Example


Text Example

White with #13CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CC40; }

 p { color: rgb(19,204,64); }

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

background-color css

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

 a { background-color: rgb(19,204,64); }

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

border-color css

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

 span { border-color: rgb(19,204,64); }

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