Html Css Color HEX #5BB478 Ocean Green

📋 copy color: '#5BB478'

red 91 ◦ green 180 ◦ blue 120

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

Shades of Ocean Green #5BB478

Tints of Ocean Green #5BB478

RGB

 RED value IS 91 (35.94% from 255) = 23.27%

 GREEN value IS 180 (70.7% from 255) = 46.04%

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 23.27%
G = 46.04%
B = 30.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#5BB478 (or 0x5BB478) is known color: Ocean Green. HEX triplet: 5B, B4 and 78. RGB value is (91,180,120). Sum of RGB (Red+Green+Blue) = 91+180+120=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB478 is #A44B87. Grayscale: #929292. Windows color (decimal): -10767240 or 7910491. OLE color: 7910491.

HSL color Cylindrical-coordinate representation of color #5BB478: hue angle of 139.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB478 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 91 180 120 -
CMYK 0.49 0 0.33 0.29
HSL 139.55º 0.37% 0.53% -
HSV(B) 139.55º 0.49% 0.71% -
XYZ 24.03 36.22 23.49 -
YUV 146.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 91 180 120 0.49 0 0.33 0.29 139.55 0.37 0.53
Hex 5B B4 78 31 0 21 1D 8C 25 35
Octal 133 264 170 61 0 41 35 214 45 65
Binary 1011011 10110100 1111000 110001 0 100001 11101 10001100 100101 110101

Color Harmonies of #5BB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB478

Black with #5BB478

Text Example


Text Example

White with #5BB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BB478; }

 p { color: rgb(91,180,120); }

 H1.HeaderClassName
 {
   color: #5BB478;
 }
 .AnyTagClassName
 {
   color: #5BB478;
 }
</style>

background-color css

<style>
 a { background-color: #5BB478; }

 a { background-color: rgb(91,180,120); }

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

border-color css

<style>
 span { border-color: #5BB478; }

 span { border-color: rgb(91,180,120); }

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