Html Css Color HEX #4DAF80 Ocean Green

📋 copy color: '#4DAF80'

red 77 ◦ green 175 ◦ blue 128

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

Shades of Ocean Green #4DAF80

Tints of Ocean Green #4DAF80

RGB

 RED value IS 77 (30.47% from 255) = 20.26%

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 20.26%
G = 46.05%
B = 33.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#4DAF80 (or 0x4DAF80) is known color: Ocean Green. HEX triplet: 4D, AF and 80. RGB value is (77,175,128). Sum of RGB (Red+Green+Blue) = 77+175+128=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF80 is #B2507F. Grayscale: #8C8C8C. Windows color (decimal): -11686016 or 8433485. OLE color: 8433485.

HSL color Cylindrical-coordinate representation of color #4DAF80: hue angle of 151.22º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF80 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 175 128 -
CMYK 0.56 0 0.27 0.31
HSL 151.22º 0.39% 0.49% -
HSV(B) 151.22º 0.56% 0.69% -
XYZ 22.29 33.8 25.77 -
YUV 140.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 77 175 128 0.56 0 0.27 0.31 151.22 0.39 0.49
Hex 4D AF 80 38 0 1B 1F 97 27 31
Octal 115 257 200 70 0 33 37 227 47 61
Binary 1001101 10101111 10000000 111000 0 11011 11111 10010111 100111 110001

Color Harmonies of #4DAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF80

Black with #4DAF80

Text Example


Text Example

White with #4DAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DAF80; }

 p { color: rgb(77,175,128); }

 H1.HeaderClassName
 {
   color: #4DAF80;
 }
 .AnyTagClassName
 {
   color: #4DAF80;
 }
</style>

background-color css

<style>
 a { background-color: #4DAF80; }

 a { background-color: rgb(77,175,128); }

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

border-color css

<style>
 span { border-color: #4DAF80; }

 span { border-color: rgb(77,175,128); }

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