Html Css Color HEX #13CC74 Mountain Meadow

📋 copy color: '#13CC74'

red 19 ◦ green 204 ◦ blue 116

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

Shades of Mountain Meadow #13CC74

Tints of Mountain Meadow #13CC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 5.6%
G = 60.18%
B = 34.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#13CC74 (or 0x13CC74) is known color: Mountain Meadow. HEX triplet: 13, CC and 74. RGB value is (19,204,116). Sum of RGB (Red+Green+Blue) = 19+204+116=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CC74 is #EC338B. Grayscale: #8A8A8A. Windows color (decimal): -15479692 or 7654419. OLE color: 7654419.

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

Color convert

RGB 19 204 116 -
CMYK 0.91 0 0.43 0.2
HSL 151.46º 0.83% 0.44% -
HSV(B) 151.46º 0.91% 0.8% -
XYZ 25.01 44.59 23.81 -
YUV 138.65 115.21 42.66 -
System Red Green Blue C M Y K H S L
Decimal 19 204 116 0.91 0 0.43 0.2 151.46 0.83 0.44
Hex 13 CC 74 5B 0 2B 14 97 53 2C
Octal 23 314 164 133 0 53 24 227 123 54
Binary 10011 11001100 1110100 1011011 0 101011 10100 10010111 1010011 101100

Color Harmonies of #13CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC74

Black with #13CC74

Text Example


Text Example

White with #13CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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