Html Css Color HEX #5DB37F Ocean Green

📋 copy color: '#5DB37F'

red 93 ◦ green 179 ◦ blue 127

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

Shades of Ocean Green #5DB37F

Tints of Ocean Green #5DB37F

RGB

 RED value IS 93 (36.72% from 255) = 23.31%

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

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

R = 23.31%
G = 44.86%
B = 31.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#5DB37F (or 0x5DB37F) is known color: Ocean Green. HEX triplet: 5D, B3 and 7F. RGB value is (93,179,127). Sum of RGB (Red+Green+Blue) = 93+179+127=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB37F is #A24C80. Grayscale: #939393. Windows color (decimal): -10636417 or 8368989. OLE color: 8368989.

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

Color convert

RGB 93 179 127 -
CMYK 0.48 0 0.29 0.30
HSL 143.72º 0.36% 0.53% -
HSV(B) 143.72º 0.48% 0.7% -
XYZ 24.47 36.1 25.76 -
YUV 147.36 116.51 89.23 -
System Red Green Blue C M Y K H S L
Decimal 93 179 127 0.48 0 0.29 0.30 143.72 0.36 0.53
Hex 5D B3 7F 30 0 1D 1E 90 24 35
Octal 135 263 177 60 0 35 36 220 44 65
Binary 1011101 10110011 1111111 110000 0 11101 11110 10010000 100100 110101

Color Harmonies of #5DB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB37F

Black with #5DB37F

Text Example


Text Example

White with #5DB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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