Html Css Color HEX #42BC5F Medium Sea Green

📋 copy color: '#42BC5F'

red 66 ◦ green 188 ◦ blue 95

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

Shades of Medium Sea Green #42BC5F

Tints of Medium Sea Green #42BC5F

RGB

 RED value IS 66 (26.17% from 255) = 18.91%

 GREEN value IS 188 (73.83% from 255) = 53.87%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 18.91%
G = 53.87%
B = 27.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#42BC5F (or 0x42BC5F) is known color: Medium Sea Green. HEX triplet: 42, BC and 5F. RGB value is (66,188,95). Sum of RGB (Red+Green+Blue) = 66+188+95=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BC5F is #BD43A0. Grayscale: #8D8D8D. Windows color (decimal): -12403617 or 6274114. OLE color: 6274114.

HSL color Cylindrical-coordinate representation of color #42BC5F: hue angle of 134.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC5F is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 188 95 -
CMYK 0.65 0 0.49 0.26
HSL 134.26º 0.48% 0.5% -
HSV(B) 134.26º 0.65% 0.74% -
XYZ 22.3 37.95 16.98 -
YUV 140.92 102.08 74.56 -
System Red Green Blue C M Y K H S L
Decimal 66 188 95 0.65 0 0.49 0.26 134.26 0.48 0.5
Hex 42 BC 5F 41 0 31 1A 86 30 32
Octal 102 274 137 101 0 61 32 206 60 62
Binary 1000010 10111100 1011111 1000001 0 110001 11010 10000110 110000 110010

Color Harmonies of #42BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BC5F

Black with #42BC5F

Text Example


Text Example

White with #42BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42BC5F; }

 p { color: rgb(66,188,95); }

 H1.HeaderClassName
 {
   color: #42BC5F;
 }
 .AnyTagClassName
 {
   color: #42BC5F;
 }
</style>

background-color css

<style>
 a { background-color: #42BC5F; }

 a { background-color: rgb(66,188,95); }

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

border-color css

<style>
 span { border-color: #42BC5F; }

 span { border-color: rgb(66,188,95); }

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