Html Css Color HEX #42B775 Medium Sea Green

📋 copy color: '#42B775'

red 66 ◦ green 183 ◦ blue 117

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

Shades of Medium Sea Green #42B775

Tints of Medium Sea Green #42B775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 18.03%
G = 50%
B = 31.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#42B775 (or 0x42B775) is known color: Medium Sea Green. HEX triplet: 42, B7 and 75. RGB value is (66,183,117). Sum of RGB (Red+Green+Blue) = 66+183+117=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #42B775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B775 is #BD488A. Grayscale: #8C8C8C. Windows color (decimal): -12404875 or 7714626. OLE color: 7714626.

HSL color Cylindrical-coordinate representation of color #42B775: hue angle of 146.15º 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 #42B775 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 117 -
CMYK 0.64 0 0.36 0.28
HSL 146.15º 0.47% 0.49% -
HSV(B) 146.15º 0.64% 0.72% -
XYZ 22.39 36.31 22.66 -
YUV 140.49 114.74 74.87 -
System Red Green Blue C M Y K H S L
Decimal 66 183 117 0.64 0 0.36 0.28 146.15 0.47 0.49
Hex 42 B7 75 40 0 24 1C 92 2F 31
Octal 102 267 165 100 0 44 34 222 57 61
Binary 1000010 10110111 1110101 1000000 0 100100 11100 10010010 101111 110001

Color Harmonies of #42B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B775

Black with #42B775

Text Example


Text Example

White with #42B775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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