#5DA77F

Color #5DA77F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5DA77F

Tints of Ocean Green #5DA77F

Color information

#5DA77F (or 0x5DA77F) is unknown color: approx Ocean Green. HEX triplet: 5D, A7 and 7F. RGB value is (93,167,127). Sum of RGB (Red+Green+Blue) = 93+167+127=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA77F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA77F is #A25880. Grayscale: #8C8C8C. Windows color (decimal): -10639489 or 8365917. OLE color: 8365917.

HSL color Cylindrical-coordinate representation of color #5DA77F: hue angle of 147.57º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA77F is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB93167127-
CMYK0.4400.240.35
HSL147.57º29.6%50.98%-
HSV(B)147.57º44.31%65.49%-
XYZ22.1631.524.99-
YUV140.31120.4894.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.03%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 127 (50% from 255) = 32.82%
R=24.03%
G=43.15%
B=32.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal931671270.4400.240.35147.5729.650.98
Hex5DA77F2C01823941e33
Octal13524717754030432243663
Binary10111011010011111111111011000110001000111001010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DA77F;
 }
 .AnyTagClassName
 {
   color: #5DA77F;
 }
</style>
background-color css

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

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

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

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

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

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