Html Css Color HEX #13CF7B Mountain Meadow

📋 copy color: '#13CF7B'

red 19 ◦ green 207 ◦ blue 123

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

Shades of Mountain Meadow #13CF7B

Tints of Mountain Meadow #13CF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 5.44%
G = 59.31%
B = 35.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#13CF7B (or 0x13CF7B) is known color: Mountain Meadow. HEX triplet: 13, CF and 7B. RGB value is (19,207,123). Sum of RGB (Red+Green+Blue) = 19+207+123=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CF7B is #EC3084. Grayscale: #8D8D8D. Windows color (decimal): -15478917 or 8113939. OLE color: 8113939.

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

Color convert

RGB 19 207 123 -
CMYK 0.91 0 0.41 0.19
HSL 153.19º 0.83% 0.44% -
HSV(B) 153.19º 0.91% 0.81% -
XYZ 26.16 46.19 26.28 -
YUV 141.21 117.72 40.83 -
System Red Green Blue C M Y K H S L
Decimal 19 207 123 0.91 0 0.41 0.19 153.19 0.83 0.44
Hex 13 CF 7B 5B 0 29 13 99 53 2C
Octal 23 317 173 133 0 51 23 231 123 54
Binary 10011 11001111 1111011 1011011 0 101001 10011 10011001 1010011 101100

Color Harmonies of #13CF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF7B

Black with #13CF7B

Text Example


Text Example

White with #13CF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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