Html Css Color HEX #42BA74 Medium Sea Green

📋 copy color: '#42BA74'

red 66 ◦ green 186 ◦ blue 116

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

Shades of Medium Sea Green #42BA74

Tints of Medium Sea Green #42BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 17.93%
G = 50.54%
B = 31.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#42BA74 (or 0x42BA74) is known color: Medium Sea Green. HEX triplet: 42, BA and 74. RGB value is (66,186,116). Sum of RGB (Red+Green+Blue) = 66+186+116=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA74 is #BD458B. Grayscale: #8E8E8E. Windows color (decimal): -12404108 or 7649858. OLE color: 7649858.

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

Color convert

RGB 66 186 116 -
CMYK 0.65 0 0.38 0.27
HSL 145º 0.48% 0.49% -
HSV(B) 145º 0.65% 0.73% -
XYZ 22.96 37.54 22.56 -
YUV 142.14 113.24 73.69 -
System Red Green Blue C M Y K H S L
Decimal 66 186 116 0.65 0 0.38 0.27 145 0.48 0.49
Hex 42 BA 74 41 0 26 1B 91 30 31
Octal 102 272 164 101 0 46 33 221 60 61
Binary 1000010 10111010 1110100 1000001 0 100110 11011 10010001 110000 110001

Color Harmonies of #42BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA74

Black with #42BA74

Text Example


Text Example

White with #42BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,116); }

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

background-color css

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

 a { background-color: rgb(66,186,116); }

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

border-color css

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

 span { border-color: rgb(66,186,116); }

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