#42BE5F

Color #42BE5F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #42BE5F

Tints of Medium Sea Green #42BE5F

Color information

#42BE5F (or 0x42BE5F) is unknown color: approx Medium Sea Green. HEX triplet: 42, BE and 5F. RGB value is (66,190,95). Sum of RGB (Red+Green+Blue) = 66+190+95=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE5F is #BD41A0. Grayscale: #8E8E8E. Windows color (decimal): -12403105 or 6274626. OLE color: 6274626.

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

Color convert

RGB6619095-
CMYK0.6500.50.25
HSL134.03º48.82%50.2%-
HSV(B)134.03º65.26%74.51%-
XYZ22.7338.8117.12-
YUV142.09101.4273.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 190 (74.61% from 255) = 54.13%
BLUE value IS 95 (37.5% from 255) = 27.07%
R=18.80%
G=54.13%
B=27.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66190950.6500.50.25134.0348.8250.2
Hex42BE5F4103219863132
Octal102276137101062312066162
Binary1000010101111101011111100000101100101100110000110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42BE5F;
 }
 .AnyTagClassName
 {
   color: #42BE5F;
 }
</style>
background-color css

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

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

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

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

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

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