Html Css Color HEX #42BF7A Medium Sea Green

📋 copy color: '#42BF7A'

red 66 ◦ green 191 ◦ blue 122

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

Shades of Medium Sea Green #42BF7A

Tints of Medium Sea Green #42BF7A

RGB

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

 GREEN value IS 191 (75% from 255) = 50.4%

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 17.41%
G = 50.4%
B = 32.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#42BF7A (or 0x42BF7A) is known color: Medium Sea Green. HEX triplet: 42, BF and 7A. RGB value is (66,191,122). Sum of RGB (Red+Green+Blue) = 66+191+122=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF7A is #BD4085. Grayscale: #919191. Windows color (decimal): -12402822 or 8044354. OLE color: 8044354.

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

Color convert

RGB 66 191 122 -
CMYK 0.65 0 0.36 0.25
HSL 146.88º 0.49% 0.5% -
HSV(B) 146.88º 0.65% 0.75% -
XYZ 24.39 39.83 24.81 -
YUV 145.76 114.59 71.11 -
System Red Green Blue C M Y K H S L
Decimal 66 191 122 0.65 0 0.36 0.25 146.88 0.49 0.5
Hex 42 BF 7A 41 0 24 19 93 31 32
Octal 102 277 172 101 0 44 31 223 61 62
Binary 1000010 10111111 1111010 1000001 0 100100 11001 10010011 110001 110010

Color Harmonies of #42BF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF7A

Black with #42BF7A

Text Example


Text Example

White with #42BF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,191,122); }

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

background-color css

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

 a { background-color: rgb(66,191,122); }

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

border-color css

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

 span { border-color: rgb(66,191,122); }

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