Html Css Color HEX #32CD66 Medium Sea Green

📋 copy color: '#32CD66'

red 50 ◦ green 205 ◦ blue 102

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

Shades of Medium Sea Green #32CD66

Tints of Medium Sea Green #32CD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 14.01%
G = 57.42%
B = 28.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#32CD66 (or 0x32CD66) is known color: Medium Sea Green. HEX triplet: 32, CD and 66. RGB value is (50,205,102). Sum of RGB (Red+Green+Blue) = 50+205+102=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD66 is #CD3299. Grayscale: #939393. Windows color (decimal): -13447834 or 6737202. OLE color: 6737202.

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

Color convert

RGB 50 205 102 -
CMYK 0.76 0 0.50 0.20
HSL 140.13º 0.61% 0.5% -
HSV(B) 140.13º 0.76% 0.8% -
XYZ 25.54 45.3 19.97 -
YUV 146.91 102.65 58.88 -
System Red Green Blue C M Y K H S L
Decimal 50 205 102 0.76 0 0.50 0.20 140.13 0.61 0.5
Hex 32 CD 66 4C 0 32 14 8C 3D 32
Octal 62 315 146 114 0 62 24 214 75 62
Binary 110010 11001101 1100110 1001100 0 110010 10100 10001100 111101 110010

Color Harmonies of #32CD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD66

Black with #32CD66

Text Example


Text Example

White with #32CD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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