Html Css Color HEX #42B961 Medium Sea Green

📋 copy color: '#42B961'

red 66 ◦ green 185 ◦ blue 97

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

Shades of Medium Sea Green #42B961

Tints of Medium Sea Green #42B961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.16%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 18.97%
G = 53.16%
B = 27.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#42B961 (or 0x42B961) is known color: Medium Sea Green. HEX triplet: 42, B9 and 61. RGB value is (66,185,97). Sum of RGB (Red+Green+Blue) = 66+185+97=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #42B961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B961 is #BD469E. Grayscale: #8B8B8B. Windows color (decimal): -12404383 or 6404418. OLE color: 6404418.

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

Color convert

RGB 66 185 97 -
CMYK 0.64 0 0.48 0.27
HSL 135.63º 0.47% 0.49% -
HSV(B) 135.63º 0.64% 0.73% -
XYZ 21.75 36.72 17.25 -
YUV 139.39 104.08 75.66 -
System Red Green Blue C M Y K H S L
Decimal 66 185 97 0.64 0 0.48 0.27 135.63 0.47 0.49
Hex 42 B9 61 40 0 30 1B 88 2F 31
Octal 102 271 141 100 0 60 33 210 57 61
Binary 1000010 10111001 1100001 1000000 0 110000 11011 10001000 101111 110001

Color Harmonies of #42B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B961

Black with #42B961

Text Example


Text Example

White with #42B961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,185,97); }

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

background-color css

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

 a { background-color: rgb(66,185,97); }

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

border-color css

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

 span { border-color: rgb(66,185,97); }

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