Html Css Color HEX #13CF7C Mountain Meadow

📋 copy color: '#13CF7C'

red 19 ◦ green 207 ◦ blue 124

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

Shades of Mountain Meadow #13CF7C

Tints of Mountain Meadow #13CF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 5.43%
G = 59.14%
B = 35.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#13CF7C (or 0x13CF7C) is known color: Mountain Meadow. HEX triplet: 13, CF and 7C. RGB value is (19,207,124). Sum of RGB (Red+Green+Blue) = 19+207+124=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF7C is #EC3083. Grayscale: #8D8D8D. Windows color (decimal): -15478916 or 8179475. OLE color: 8179475.

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

Color convert

RGB 19 207 124 -
CMYK 0.91 0 0.40 0.19
HSL 153.51º 0.83% 0.44% -
HSV(B) 153.51º 0.91% 0.81% -
XYZ 26.22 46.22 26.61 -
YUV 141.33 118.22 40.75 -
System Red Green Blue C M Y K H S L
Decimal 19 207 124 0.91 0 0.40 0.19 153.51 0.83 0.44
Hex 13 CF 7C 5B 0 28 13 9A 53 2C
Octal 23 317 174 133 0 50 23 232 123 54
Binary 10011 11001111 1111100 1011011 0 101000 10011 10011010 1010011 101100

Color Harmonies of #13CF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF7C

Black with #13CF7C

Text Example


Text Example

White with #13CF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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