Html Css Color HEX #42BB75 Medium Sea Green

📋 copy color: '#42BB75'

red 66 ◦ green 187 ◦ blue 117

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

Shades of Medium Sea Green #42BB75

Tints of Medium Sea Green #42BB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.54%

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

R = 17.84%
G = 50.54%
B = 31.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#42BB75 (or 0x42BB75) is known color: Medium Sea Green. HEX triplet: 42, BB and 75. RGB value is (66,187,117). Sum of RGB (Red+Green+Blue) = 66+187+117=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BB75 is #BD448A. Grayscale: #8F8F8F. Windows color (decimal): -12403851 or 7715650. OLE color: 7715650.

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

Color convert

RGB 66 187 117 -
CMYK 0.65 0 0.37 0.27
HSL 145.29º 0.48% 0.5% -
HSV(B) 145.29º 0.65% 0.73% -
XYZ 23.23 37.98 22.94 -
YUV 142.84 113.41 73.19 -
System Red Green Blue C M Y K H S L
Decimal 66 187 117 0.65 0 0.37 0.27 145.29 0.48 0.5
Hex 42 BB 75 41 0 25 1B 91 30 32
Octal 102 273 165 101 0 45 33 221 60 62
Binary 1000010 10111011 1110101 1000001 0 100101 11011 10010001 110000 110010

Color Harmonies of #42BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB75

Black with #42BB75

Text Example


Text Example

White with #42BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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