#42BF81

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

Shades of Medium Sea Green #42BF81

Tints of Medium Sea Green #42BF81

Color information

#42BF81 (or 0x42BF81) is unknown color: approx Medium Sea Green. HEX triplet: 42, BF and 81. RGB value is (66,191,129). Sum of RGB (Red+Green+Blue) = 66+191+129=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BF81 is #BD407E. Grayscale: #929292. Windows color (decimal): -12402815 or 8503106. OLE color: 8503106.

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

Color convert

RGB66191129-
CMYK0.6500.320.25
HSL150.24º49.41%50.39%-
HSV(B)150.24º65.45%74.9%-
XYZ24.844027.18-
YUV146.56118.0970.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.10%
GREEN value IS 191 (75% from 255) = 49.48%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=17.10%
G=49.48%
B=33.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661911290.6500.320.25150.2449.4150.39
Hex42BF814102019963132
Octal102277201101040312266162
Binary10000101011111110000001100000101000001100110010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,191,129); }

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

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

 a { background-color: rgb(66,191,129); }

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

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

 span { border-color: rgb(66,191,129); }

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