Html Css Color HEX #42BE5D Medium Sea Green

📋 copy color: '#42BE5D'

red 66 ◦ green 190 ◦ blue 93

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

Shades of Medium Sea Green #42BE5D

Tints of Medium Sea Green #42BE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.44%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 18.91%
G = 54.44%
B = 26.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#42BE5D (or 0x42BE5D) is known color: Medium Sea Green. HEX triplet: 42, BE and 5D. RGB value is (66,190,93). Sum of RGB (Red+Green+Blue) = 66+190+93=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE5D is #BD41A2. Grayscale: #8E8E8E. Windows color (decimal): -12403107 or 6143554. OLE color: 6143554.

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

Color convert

RGB 66 190 93 -
CMYK 0.65 0 0.51 0.25
HSL 133.06º 0.49% 0.5% -
HSV(B) 133.06º 0.65% 0.75% -
XYZ 22.64 38.78 16.65 -
YUV 141.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 66 190 93 0.65 0 0.51 0.25 133.06 0.49 0.5
Hex 42 BE 5D 41 0 33 19 85 31 32
Octal 102 276 135 101 0 63 31 205 61 62
Binary 1000010 10111110 1011101 1000001 0 110011 11001 10000101 110001 110010

Color Harmonies of #42BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE5D

Black with #42BE5D

Text Example


Text Example

White with #42BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,190,93); }

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

background-color css

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

 a { background-color: rgb(66,190,93); }

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

border-color css

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

 span { border-color: rgb(66,190,93); }

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