Html Css Color HEX #13CC32 Dark Pastel Green

📋 copy color: '#13CC32'

red 19 ◦ green 204 ◦ blue 50

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

Shades of Dark Pastel Green #13CC32

Tints of Dark Pastel Green #13CC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 6.96%
G = 74.73%
B = 18.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#13CC32 (or 0x13CC32) is known color: Dark Pastel Green. HEX triplet: 13, CC and 32. RGB value is (19,204,50). Sum of RGB (Red+Green+Blue) = 19+204+50=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC32 is #EC33CD. Grayscale: #838383. Windows color (decimal): -15479758 or 3329043. OLE color: 3329043.

HSL color Cylindrical-coordinate representation of color #13CC32: hue angle of 130.05º 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 #13CC32 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 50 -
CMYK 0.91 0 0.75 0.2
HSL 130.05º 0.83% 0.44% -
HSV(B) 130.05º 0.91% 0.8% -
XYZ 22.44 43.55 10.24 -
YUV 131.13 82.21 48.02 -
System Red Green Blue C M Y K H S L
Decimal 19 204 50 0.91 0 0.75 0.2 130.05 0.83 0.44
Hex 13 CC 32 5B 0 4B 14 82 53 2C
Octal 23 314 62 133 0 113 24 202 123 54
Binary 10011 11001100 110010 1011011 0 1001011 10100 10000010 1010011 101100

Color Harmonies of #13CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC32

Black with #13CC32

Text Example


Text Example

White with #13CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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