Html Css Color HEX #13CF84 Mountain Meadow

📋 copy color: '#13CF84'

red 19 ◦ green 207 ◦ blue 132

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

Shades of Mountain Meadow #13CF84

Tints of Mountain Meadow #13CF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.87%

R = 5.31%
G = 57.82%
B = 36.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#13CF84 (or 0x13CF84) is known color: Mountain Meadow. HEX triplet: 13, CF and 84. RGB value is (19,207,132). Sum of RGB (Red+Green+Blue) = 19+207+132=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CF84 is #EC307B. Grayscale: #8E8E8E. Windows color (decimal): -15478908 or 8703763. OLE color: 8703763.

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

Color convert

RGB 19 207 132 -
CMYK 0.91 0 0.36 0.19
HSL 156.06º 0.83% 0.44% -
HSV(B) 156.06º 0.91% 0.81% -
XYZ 26.75 46.43 29.38 -
YUV 142.24 122.22 40.1 -
System Red Green Blue C M Y K H S L
Decimal 19 207 132 0.91 0 0.36 0.19 156.06 0.83 0.44
Hex 13 CF 84 5B 0 24 13 9C 53 2C
Octal 23 317 204 133 0 44 23 234 123 54
Binary 10011 11001111 10000100 1011011 0 100100 10011 10011100 1010011 101100

Color Harmonies of #13CF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF84

Black with #13CF84

Text Example


Text Example

White with #13CF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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