Html Css Color HEX #5DB17F Ocean Green

📋 copy color: '#5DB17F'

red 93 ◦ green 177 ◦ blue 127

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

Shades of Ocean Green #5DB17F

Tints of Ocean Green #5DB17F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

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

R = 23.43%
G = 44.58%
B = 31.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#5DB17F (or 0x5DB17F) is known color: Ocean Green. HEX triplet: 5D, B1 and 7F. RGB value is (93,177,127). Sum of RGB (Red+Green+Blue) = 93+177+127=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB17F is #A24E80. Grayscale: #929292. Windows color (decimal): -10636929 or 8368477. OLE color: 8368477.

HSL color Cylindrical-coordinate representation of color #5DB17F: hue angle of 144.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB17F is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 177 127 -
CMYK 0.47 0 0.28 0.31
HSL 144.29º 0.35% 0.53% -
HSV(B) 144.29º 0.47% 0.69% -
XYZ 24.07 35.3 25.62 -
YUV 146.18 117.17 90.07 -
System Red Green Blue C M Y K H S L
Decimal 93 177 127 0.47 0 0.28 0.31 144.29 0.35 0.53
Hex 5D B1 7F 2F 0 1C 1F 90 23 35
Octal 135 261 177 57 0 34 37 220 43 65
Binary 1011101 10110001 1111111 101111 0 11100 11111 10010000 100011 110101

Color Harmonies of #5DB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB17F

Black with #5DB17F

Text Example


Text Example

White with #5DB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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