Html Css Color HEX #32BF75 Medium Sea Green

📋 copy color: '#32BF75'

red 50 ◦ green 191 ◦ blue 117

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

Shades of Medium Sea Green #32BF75

Tints of Medium Sea Green #32BF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 13.97%
G = 53.35%
B = 32.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#32BF75 (or 0x32BF75) is known color: Medium Sea Green. HEX triplet: 32, BF and 75. RGB value is (50,191,117). Sum of RGB (Red+Green+Blue) = 50+191+117=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF75 is #CD408A. Grayscale: #8C8C8C. Windows color (decimal): -13451403 or 7716658. OLE color: 7716658.

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

Color convert

RGB 50 191 117 -
CMYK 0.74 0 0.39 0.25
HSL 148.51º 0.59% 0.47% -
HSV(B) 148.51º 0.74% 0.75% -
XYZ 23.16 39.22 23.18 -
YUV 140.41 114.79 63.52 -
System Red Green Blue C M Y K H S L
Decimal 50 191 117 0.74 0 0.39 0.25 148.51 0.59 0.47
Hex 32 BF 75 4A 0 27 19 95 3B 2F
Octal 62 277 165 112 0 47 31 225 73 57
Binary 110010 10111111 1110101 1001010 0 100111 11001 10010101 111011 101111

Color Harmonies of #32BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF75

Black with #32BF75

Text Example


Text Example

White with #32BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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