Html Css Color HEX #32CF75 Medium Sea Green

📋 copy color: '#32CF75'

red 50 ◦ green 207 ◦ blue 117

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

Shades of Medium Sea Green #32CF75

Tints of Medium Sea Green #32CF75

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.35%

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

R = 13.37%
G = 55.35%
B = 31.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#32CF75 (or 0x32CF75) is known color: Medium Sea Green. HEX triplet: 32, CF and 75. RGB value is (50,207,117). Sum of RGB (Red+Green+Blue) = 50+207+117=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF75 is #CD308A. Grayscale: #969696. Windows color (decimal): -13447307 or 7720754. OLE color: 7720754.

HSL color Cylindrical-coordinate representation of color #32CF75: hue angle of 145.61º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF75 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 207 117 -
CMYK 0.76 0 0.43 0.19
HSL 145.61º 0.62% 0.5% -
HSV(B) 145.61º 0.76% 0.81% -
XYZ 26.84 46.59 24.41 -
YUV 149.8 109.49 56.82 -
System Red Green Blue C M Y K H S L
Decimal 50 207 117 0.76 0 0.43 0.19 145.61 0.62 0.5
Hex 32 CF 75 4C 0 2B 13 92 3E 32
Octal 62 317 165 114 0 53 23 222 76 62
Binary 110010 11001111 1110101 1001100 0 101011 10011 10010010 111110 110010

Color Harmonies of #32CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CF75

Black with #32CF75

Text Example


Text Example

White with #32CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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