Html Css Color HEX #5DA77F Ocean Green

📋 copy color: '#5DA77F'

red 93 ◦ green 167 ◦ blue 127

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

Shades of Ocean Green #5DA77F

Tints of Ocean Green #5DA77F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.15%

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

R = 24.03%
G = 43.15%
B = 32.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#5DA77F (or 0x5DA77F) is known color: 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

RGB 93 167 127 -
CMYK 0.44 0 0.24 0.35
HSL 147.57º 0.3% 0.51% -
HSV(B) 147.57º 0.44% 0.65% -
XYZ 22.16 31.5 24.99 -
YUV 140.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 93 167 127 0.44 0 0.24 0.35 147.57 0.3 0.51
Hex 5D A7 7F 2C 0 18 23 94 1E 33
Octal 135 247 177 54 0 30 43 224 36 63
Binary 1011101 10100111 1111111 101100 0 11000 100011 10010100 11110 110011

Color Harmonies of #5DA77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA77F

Black with #5DA77F

Text Example


Text Example

White with #5DA77F

Text Example


Text Example

HTML Codes & Css Web 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>