#13CD83

Color #13CD83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13CD83

Tints of Mountain Meadow #13CD83

Color information

#13CD83 (or 0x13CD83) is unknown color: approx Mountain Meadow. HEX triplet: 13, CD and 83. RGB value is (19,205,131). Sum of RGB (Red+Green+Blue) = 19+205+131=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #13CD83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CD83 is #EC327C. Grayscale: #8D8D8D. Windows color (decimal): -15479421 or 8637715. OLE color: 8637715.

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

Color convert

RGB19205131-
CMYK0.9100.360.20
HSL156.13º83.04%43.92%-
HSV(B)156.13º90.73%80.39%-
XYZ26.245.4428.86-
YUV140.95122.3841.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.35%
GREEN value IS 205 (80.47% from 255) = 57.75%
BLUE value IS 131 (51.56% from 255) = 36.90%
R=5.35%
G=57.75%
B=36.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192051310.9100.360.20156.1383.0443.92
Hex13CD835B024149c532c
Octal233152031330442423412354
Binary1001111001101100000111011011010010010100100111001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,205,131); }

 H1.HeaderClassName
 {
   color: #13CD83;
 }
 .AnyTagClassName
 {
   color: #13CD83;
 }
</style>
background-color css

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

 a { background-color: rgb(19,205,131); }

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

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

 span { border-color: rgb(19,205,131); }

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