Html Css Color HEX #42B781 Medium Sea Green

📋 copy color: '#42B781'

red 66 ◦ green 183 ◦ blue 129

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

Shades of Medium Sea Green #42B781

Tints of Medium Sea Green #42B781

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 17.46%
G = 48.41%
B = 34.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#42B781 (or 0x42B781) is known color: Medium Sea Green. HEX triplet: 42, B7 and 81. RGB value is (66,183,129). Sum of RGB (Red+Green+Blue) = 66+183+129=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #42B781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B781 is #BD487E. Grayscale: #8D8D8D. Windows color (decimal): -12404863 or 8501058. OLE color: 8501058.

HSL color Cylindrical-coordinate representation of color #42B781: hue angle of 152.31º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B781 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 129 -
CMYK 0.64 0 0.30 0.28
HSL 152.31º 0.47% 0.49% -
HSV(B) 152.31º 0.64% 0.72% -
XYZ 23.14 36.61 26.62 -
YUV 141.86 120.74 73.89 -
System Red Green Blue C M Y K H S L
Decimal 66 183 129 0.64 0 0.30 0.28 152.31 0.47 0.49
Hex 42 B7 81 40 0 1E 1C 98 2F 31
Octal 102 267 201 100 0 36 34 230 57 61
Binary 1000010 10110111 10000001 1000000 0 11110 11100 10011000 101111 110001

Color Harmonies of #42B781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B781

Black with #42B781

Text Example


Text Example

White with #42B781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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