Html Css Color HEX #42BF82 Medium Sea Green

📋 copy color: '#42BF82'

red 66 ◦ green 191 ◦ blue 130

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

Shades of Medium Sea Green #42BF82

Tints of Medium Sea Green #42BF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 17.05%
G = 49.35%
B = 33.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#42BF82 (or 0x42BF82) is known color: Medium Sea Green. HEX triplet: 42, BF and 82. RGB value is (66,191,130). Sum of RGB (Red+Green+Blue) = 66+191+130=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BF82 is #BD407D. Grayscale: #929292. Windows color (decimal): -12402814 or 8568642. OLE color: 8568642.

HSL color Cylindrical-coordinate representation of color #42BF82: hue angle of 150.72º 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 #42BF82 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 191 130 -
CMYK 0.65 0 0.32 0.25
HSL 150.72º 0.49% 0.5% -
HSV(B) 150.72º 0.65% 0.75% -
XYZ 24.91 40.03 27.53 -
YUV 146.67 118.59 70.46 -
System Red Green Blue C M Y K H S L
Decimal 66 191 130 0.65 0 0.32 0.25 150.72 0.49 0.5
Hex 42 BF 82 41 0 20 19 97 31 32
Octal 102 277 202 101 0 40 31 227 61 62
Binary 1000010 10111111 10000010 1000001 0 100000 11001 10010111 110001 110010

Color Harmonies of #42BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF82

Black with #42BF82

Text Example


Text Example

White with #42BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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