Html Css Color HEX #42B975 Medium Sea Green

📋 copy color: '#42B975'

red 66 ◦ green 185 ◦ blue 117

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

Shades of Medium Sea Green #42B975

Tints of Medium Sea Green #42B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.27%

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

R = 17.93%
G = 50.27%
B = 31.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#42B975 (or 0x42B975) is known color: Medium Sea Green. HEX triplet: 42, B9 and 75. RGB value is (66,185,117). Sum of RGB (Red+Green+Blue) = 66+185+117=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #42B975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B975 is #BD468A. Grayscale: #8D8D8D. Windows color (decimal): -12404363 or 7715138. OLE color: 7715138.

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

Color convert

RGB 66 185 117 -
CMYK 0.64 0 0.37 0.27
HSL 145.71º 0.47% 0.49% -
HSV(B) 145.71º 0.64% 0.73% -
XYZ 22.81 37.14 22.8 -
YUV 141.67 114.08 74.03 -
System Red Green Blue C M Y K H S L
Decimal 66 185 117 0.64 0 0.37 0.27 145.71 0.47 0.49
Hex 42 B9 75 40 0 25 1B 92 2F 31
Octal 102 271 165 100 0 45 33 222 57 61
Binary 1000010 10111001 1110101 1000000 0 100101 11011 10010010 101111 110001

Color Harmonies of #42B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B975

Black with #42B975

Text Example


Text Example

White with #42B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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