Html Css Color HEX #42B760 Medium Sea Green

📋 copy color: '#42B760'

red 66 ◦ green 183 ◦ blue 96

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

Shades of Medium Sea Green #42B760

Tints of Medium Sea Green #42B760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.04%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 19.13%
G = 53.04%
B = 27.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#42B760 (or 0x42B760) is known color: Medium Sea Green. HEX triplet: 42, B7 and 60. RGB value is (66,183,96). Sum of RGB (Red+Green+Blue) = 66+183+96=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #42B760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B760 is #BD489F. Grayscale: #8A8A8A. Windows color (decimal): -12404896 or 6338370. OLE color: 6338370.

HSL color Cylindrical-coordinate representation of color #42B760: hue angle of 135.38º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B760 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 183 96 -
CMYK 0.64 0 0.48 0.28
HSL 135.38º 0.47% 0.49% -
HSV(B) 135.38º 0.64% 0.72% -
XYZ 21.29 35.87 16.87 -
YUV 138.1 104.24 76.57 -
System Red Green Blue C M Y K H S L
Decimal 66 183 96 0.64 0 0.48 0.28 135.38 0.47 0.49
Hex 42 B7 60 40 0 30 1C 87 2F 31
Octal 102 267 140 100 0 60 34 207 57 61
Binary 1000010 10110111 1100000 1000000 0 110000 11100 10000111 101111 110001

Color Harmonies of #42B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B760

Black with #42B760

Text Example


Text Example

White with #42B760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,183,96); }

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

background-color css

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

 a { background-color: rgb(66,183,96); }

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

border-color css

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

 span { border-color: rgb(66,183,96); }

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