Html Css Color HEX #32CD70 Medium Sea Green

📋 copy color: '#32CD70'

red 50 ◦ green 205 ◦ blue 112

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

Shades of Medium Sea Green #32CD70

Tints of Medium Sea Green #32CD70

RGB

 RED value IS 50 (19.92% from 255) = 13.62%

 GREEN value IS 205 (80.47% from 255) = 55.86%

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 13.62%
G = 55.86%
B = 30.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#32CD70 (or 0x32CD70) is known color: Medium Sea Green. HEX triplet: 32, CD and 70. RGB value is (50,205,112). Sum of RGB (Red+Green+Blue) = 50+205+112=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD70 is #CD328F. Grayscale: #949494. Windows color (decimal): -13447824 or 7392562. OLE color: 7392562.

HSL color Cylindrical-coordinate representation of color #32CD70: hue angle of 144º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD70 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 112 -
CMYK 0.76 0 0.45 0.20
HSL 144º 0.61% 0.5% -
HSV(B) 144º 0.76% 0.8% -
XYZ 26.07 45.51 22.74 -
YUV 148.05 107.65 58.06 -
System Red Green Blue C M Y K H S L
Decimal 50 205 112 0.76 0 0.45 0.20 144 0.61 0.5
Hex 32 CD 70 4C 0 2D 14 90 3D 32
Octal 62 315 160 114 0 55 24 220 75 62
Binary 110010 11001101 1110000 1001100 0 101101 10100 10010000 111101 110010

Color Harmonies of #32CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD70

Black with #32CD70

Text Example


Text Example

White with #32CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32CD70; }

 p { color: rgb(50,205,112); }

 H1.HeaderClassName
 {
   color: #32CD70;
 }
 .AnyTagClassName
 {
   color: #32CD70;
 }
</style>

background-color css

<style>
 a { background-color: #32CD70; }

 a { background-color: rgb(50,205,112); }

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

border-color css

<style>
 span { border-color: #32CD70; }

 span { border-color: rgb(50,205,112); }

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