Html Css Color HEX #42BA65 Medium Sea Green

📋 copy color: '#42BA65'

red 66 ◦ green 186 ◦ blue 101

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

Shades of Medium Sea Green #42BA65

Tints of Medium Sea Green #42BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 18.7%
G = 52.69%
B = 28.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#42BA65 (or 0x42BA65) is known color: Medium Sea Green. HEX triplet: 42, BA and 65. RGB value is (66,186,101). Sum of RGB (Red+Green+Blue) = 66+186+101=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA65 is #BD459A. Grayscale: #8C8C8C. Windows color (decimal): -12404123 or 6666818. OLE color: 6666818.

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

Color convert

RGB 66 186 101 -
CMYK 0.65 0 0.46 0.27
HSL 137.5º 0.48% 0.49% -
HSV(B) 137.5º 0.65% 0.73% -
XYZ 22.15 37.22 18.33 -
YUV 140.43 105.74 74.91 -
System Red Green Blue C M Y K H S L
Decimal 66 186 101 0.65 0 0.46 0.27 137.5 0.48 0.49
Hex 42 BA 65 41 0 2E 1B 8A 30 31
Octal 102 272 145 101 0 56 33 212 60 61
Binary 1000010 10111010 1100101 1000001 0 101110 11011 10001010 110000 110001

Color Harmonies of #42BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA65

Black with #42BA65

Text Example


Text Example

White with #42BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,101); }

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

background-color css

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

 a { background-color: rgb(66,186,101); }

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

border-color css

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

 span { border-color: rgb(66,186,101); }

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