#42BD62

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

Shades of Medium Sea Green #42BD62

Tints of Medium Sea Green #42BD62

Color information

#42BD62 (or 0x42BD62) is unknown color: approx Medium Sea Green. HEX triplet: 42, BD and 62. RGB value is (66,189,98). Sum of RGB (Red+Green+Blue) = 66+189+98=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BD62 is #BD429D. Grayscale: #8E8E8E. Windows color (decimal): -12403358 or 6470978. OLE color: 6470978.

HSL color Cylindrical-coordinate representation of color #42BD62: hue angle of 135.61º 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 #42BD62 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB6618998-
CMYK0.6500.480.26
HSL135.61º48.24%50%-
HSV(B)135.61º65.08%74.12%-
XYZ22.6538.4417.78-
YUV141.85103.2573.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 189 (74.22% from 255) = 53.54%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=18.70%
G=53.54%
B=27.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66189980.6500.480.26135.6148.2450
Hex42BD62410301A883032
Octal102275142101060322106062
Binary1000010101111011100010100000101100001101010001000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,189,98); }

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

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

 a { background-color: rgb(66,189,98); }

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

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

 span { border-color: rgb(66,189,98); }

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