Html Css Color HEX #32CD7D Medium Sea Green

📋 copy color: '#32CD7D'

red 50 ◦ green 205 ◦ blue 125

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

Shades of Medium Sea Green #32CD7D

Tints of Medium Sea Green #32CD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 13.16%
G = 53.95%
B = 32.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#32CD7D (or 0x32CD7D) is known color: Medium Sea Green. HEX triplet: 32, CD and 7D. RGB value is (50,205,125). Sum of RGB (Red+Green+Blue) = 50+205+125=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD7D is #CD3282. Grayscale: #959595. Windows color (decimal): -13447811 or 8244530. OLE color: 8244530.

HSL color Cylindrical-coordinate representation of color #32CD7D: hue angle of 149.03º 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 #32CD7D is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 125 -
CMYK 0.76 0 0.39 0.20
HSL 149.03º 0.61% 0.5% -
HSV(B) 149.03º 0.76% 0.8% -
XYZ 26.85 45.82 26.83 -
YUV 149.54 114.15 57 -
System Red Green Blue C M Y K H S L
Decimal 50 205 125 0.76 0 0.39 0.20 149.03 0.61 0.5
Hex 32 CD 7D 4C 0 27 14 95 3D 32
Octal 62 315 175 114 0 47 24 225 75 62
Binary 110010 11001101 1111101 1001100 0 100111 10100 10010101 111101 110010

Color Harmonies of #32CD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD7D

Black with #32CD7D

Text Example


Text Example

White with #32CD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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