Html Css Color HEX #32BF73 Medium Sea Green

📋 copy color: '#32BF73'

red 50 ◦ green 191 ◦ blue 115

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

Shades of Medium Sea Green #32BF73

Tints of Medium Sea Green #32BF73

RGB

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

 GREEN value IS 191 (75% from 255) = 53.65%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 14.04%
G = 53.65%
B = 32.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#32BF73 (or 0x32BF73) is known color: Medium Sea Green. HEX triplet: 32, BF and 73. RGB value is (50,191,115). Sum of RGB (Red+Green+Blue) = 50+191+115=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF73 is #CD408C. Grayscale: #8C8C8C. Windows color (decimal): -13451405 or 7585586. OLE color: 7585586.

HSL color Cylindrical-coordinate representation of color #32BF73: hue angle of 147.66º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF73 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 191 115 -
CMYK 0.74 0 0.40 0.25
HSL 147.66º 0.59% 0.47% -
HSV(B) 147.66º 0.74% 0.75% -
XYZ 23.04 39.18 22.57 -
YUV 140.18 113.79 63.68 -
System Red Green Blue C M Y K H S L
Decimal 50 191 115 0.74 0 0.40 0.25 147.66 0.59 0.47
Hex 32 BF 73 4A 0 28 19 94 3B 2F
Octal 62 277 163 112 0 50 31 224 73 57
Binary 110010 10111111 1110011 1001010 0 101000 11001 10010100 111011 101111

Color Harmonies of #32BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF73

Black with #32BF73

Text Example


Text Example

White with #32BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,191,115); }

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

background-color css

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

 a { background-color: rgb(50,191,115); }

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

border-color css

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

 span { border-color: rgb(50,191,115); }

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