Html Css Color HEX #5FA57D Ocean Green

📋 copy color: '#5FA57D'

red 95 ◦ green 165 ◦ blue 125

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

Shades of Ocean Green #5FA57D

Tints of Ocean Green #5FA57D

RGB

 RED value IS 95 (37.5% from 255) = 24.68%

 GREEN value IS 165 (64.84% from 255) = 42.86%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 24.68%
G = 42.86%
B = 32.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#5FA57D (or 0x5FA57D) is known color: Ocean Green. HEX triplet: 5F, A5 and 7D. RGB value is (95,165,125). Sum of RGB (Red+Green+Blue) = 95+165+125=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA57D is #A05A82. Grayscale: #8B8B8B. Windows color (decimal): -10508931 or 8234335. OLE color: 8234335.

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

Color convert

RGB 95 165 125 -
CMYK 0.42 0 0.24 0.35
HSL 145.71º 0.28% 0.51% -
HSV(B) 145.71º 0.42% 0.65% -
XYZ 21.88 30.82 24.2 -
YUV 139.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 95 165 125 0.42 0 0.24 0.35 145.71 0.28 0.51
Hex 5F A5 7D 2A 0 18 23 92 1C 33
Octal 137 245 175 52 0 30 43 222 34 63
Binary 1011111 10100101 1111101 101010 0 11000 100011 10010010 11100 110011

Color Harmonies of #5FA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA57D

Black with #5FA57D

Text Example


Text Example

White with #5FA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,165,125); }

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

background-color css

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

 a { background-color: rgb(95,165,125); }

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

border-color css

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

 span { border-color: rgb(95,165,125); }

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