Html Css Color HEX #42C075 Medium Sea Green

📋 copy color: '#42C075'

red 66 ◦ green 192 ◦ blue 117

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

Shades of Medium Sea Green #42C075

Tints of Medium Sea Green #42C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

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

R = 17.6%
G = 51.2%
B = 31.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#42C075 (or 0x42C075) is known color: Medium Sea Green. HEX triplet: 42, C0 and 75. RGB value is (66,192,117). Sum of RGB (Red+Green+Blue) = 66+192+117=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #42C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C075 is #BD3F8A. Grayscale: #919191. Windows color (decimal): -12402571 or 7716930. OLE color: 7716930.

HSL color Cylindrical-coordinate representation of color #42C075: hue angle of 144.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C075 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 117 -
CMYK 0.66 0 0.39 0.25
HSL 144.29º 0.5% 0.51% -
HSV(B) 144.29º 0.66% 0.75% -
XYZ 24.31 40.14 23.3 -
YUV 145.78 111.76 71.1 -
System Red Green Blue C M Y K H S L
Decimal 66 192 117 0.66 0 0.39 0.25 144.29 0.5 0.51
Hex 42 C0 75 42 0 27 19 90 32 33
Octal 102 300 165 102 0 47 31 220 62 63
Binary 1000010 11000000 1110101 1000010 0 100111 11001 10010000 110010 110011

Color Harmonies of #42C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C075

Black with #42C075

Text Example


Text Example

White with #42C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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