Html Css Color HEX #13CF78 Mountain Meadow

📋 copy color: '#13CF78'

red 19 ◦ green 207 ◦ blue 120

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

Shades of Mountain Meadow #13CF78

Tints of Mountain Meadow #13CF78

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.83%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 5.49%
G = 59.83%
B = 34.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#13CF78 (or 0x13CF78) is known color: Mountain Meadow. HEX triplet: 13, CF and 78. RGB value is (19,207,120). Sum of RGB (Red+Green+Blue) = 19+207+120=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF78 is #EC3087. Grayscale: #8D8D8D. Windows color (decimal): -15478920 or 7917331. OLE color: 7917331.

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

Color convert

RGB 19 207 120 -
CMYK 0.91 0 0.42 0.19
HSL 152.23º 0.83% 0.44% -
HSV(B) 152.23º 0.91% 0.81% -
XYZ 25.97 46.12 25.3 -
YUV 140.87 116.22 41.07 -
System Red Green Blue C M Y K H S L
Decimal 19 207 120 0.91 0 0.42 0.19 152.23 0.83 0.44
Hex 13 CF 78 5B 0 2A 13 98 53 2C
Octal 23 317 170 133 0 52 23 230 123 54
Binary 10011 11001111 1111000 1011011 0 101010 10011 10011000 1010011 101100

Color Harmonies of #13CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF78

Black with #13CF78

Text Example


Text Example

White with #13CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,120); }

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

background-color css

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

 a { background-color: rgb(19,207,120); }

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

border-color css

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

 span { border-color: rgb(19,207,120); }

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