Html Css Color HEX #5BB37F Ocean Green

📋 copy color: '#5BB37F'

red 91 ◦ green 179 ◦ blue 127

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

Shades of Ocean Green #5BB37F

Tints of Ocean Green #5BB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

 BLUE value IS 127 (50% from 255) = 31.99%

R = 22.92%
G = 45.09%
B = 31.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#5BB37F (or 0x5BB37F) is known color: Ocean Green. HEX triplet: 5B, B3 and 7F. RGB value is (91,179,127). Sum of RGB (Red+Green+Blue) = 91+179+127=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #5BB37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB37F is #A44C80. Grayscale: #929292. Windows color (decimal): -10767489 or 8368987. OLE color: 8368987.

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

Color convert

RGB 91 179 127 -
CMYK 0.49 0 0.29 0.30
HSL 144.55º 0.37% 0.53% -
HSV(B) 144.55º 0.49% 0.7% -
XYZ 24.27 36 25.75 -
YUV 146.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 91 179 127 0.49 0 0.29 0.30 144.55 0.37 0.53
Hex 5B B3 7F 31 0 1D 1E 91 25 35
Octal 133 263 177 61 0 35 36 221 45 65
Binary 1011011 10110011 1111111 110001 0 11101 11110 10010001 100101 110101

Color Harmonies of #5BB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB37F

Black with #5BB37F

Text Example


Text Example

White with #5BB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,179,127); }

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

background-color css

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

 a { background-color: rgb(91,179,127); }

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

border-color css

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

 span { border-color: rgb(91,179,127); }

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