Html Css Color HEX #42B963 Medium Sea Green

📋 copy color: '#42B963'

red 66 ◦ green 185 ◦ blue 99

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

Shades of Medium Sea Green #42B963

Tints of Medium Sea Green #42B963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 18.86%
G = 52.86%
B = 28.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#42B963 (or 0x42B963) is known color: Medium Sea Green. HEX triplet: 42, B9 and 63. RGB value is (66,185,99). Sum of RGB (Red+Green+Blue) = 66+185+99=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #42B963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B963 is #BD469C. Grayscale: #8B8B8B. Windows color (decimal): -12404381 or 6535490. OLE color: 6535490.

HSL color Cylindrical-coordinate representation of color #42B963: hue angle of 136.64º 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 #42B963 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 99 -
CMYK 0.64 0 0.46 0.27
HSL 136.64º 0.47% 0.49% -
HSV(B) 136.64º 0.64% 0.73% -
XYZ 21.85 36.76 17.75 -
YUV 139.62 105.08 75.49 -
System Red Green Blue C M Y K H S L
Decimal 66 185 99 0.64 0 0.46 0.27 136.64 0.47 0.49
Hex 42 B9 63 40 0 2E 1B 89 2F 31
Octal 102 271 143 100 0 56 33 211 57 61
Binary 1000010 10111001 1100011 1000000 0 101110 11011 10001001 101111 110001

Color Harmonies of #42B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B963

Black with #42B963

Text Example


Text Example

White with #42B963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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