Html Css Color HEX #48B965 Medium Sea Green

📋 copy color: '#48B965'

red 72 ◦ green 185 ◦ blue 101

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

Shades of Medium Sea Green #48B965

Tints of Medium Sea Green #48B965

RGB

 RED value IS 72 (28.52% from 255) = 20.11%

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

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

R = 20.11%
G = 51.68%
B = 28.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#48B965 (or 0x48B965) is known color: Medium Sea Green. HEX triplet: 48, B9 and 65. RGB value is (72,185,101). Sum of RGB (Red+Green+Blue) = 72+185+101=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #48B965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B965 is #B7469A. Grayscale: #8D8D8D. Windows color (decimal): -12011163 or 6666568. OLE color: 6666568.

HSL color Cylindrical-coordinate representation of color #48B965: hue angle of 135.4º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B965 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 185 101 -
CMYK 0.61 0 0.45 0.27
HSL 135.4º 0.45% 0.5% -
HSV(B) 135.4º 0.61% 0.73% -
XYZ 22.37 37.02 18.28 -
YUV 141.64 105.06 78.33 -
System Red Green Blue C M Y K H S L
Decimal 72 185 101 0.61 0 0.45 0.27 135.4 0.45 0.5
Hex 48 B9 65 3D 0 2D 1B 87 2D 32
Octal 110 271 145 75 0 55 33 207 55 62
Binary 1001000 10111001 1100101 111101 0 101101 11011 10000111 101101 110010

Color Harmonies of #48B965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B965

Black with #48B965

Text Example


Text Example

White with #48B965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B965; }

 p { color: rgb(72,185,101); }

 H1.HeaderClassName
 {
   color: #48B965;
 }
 .AnyTagClassName
 {
   color: #48B965;
 }
</style>

background-color css

<style>
 a { background-color: #48B965; }

 a { background-color: rgb(72,185,101); }

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

border-color css

<style>
 span { border-color: #48B965; }

 span { border-color: rgb(72,185,101); }

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