Html Css Color HEX #4DA76E Ocean Green

📋 copy color: '#4DA76E'

red 77 ◦ green 167 ◦ blue 110

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

Shades of Ocean Green #4DA76E

Tints of Ocean Green #4DA76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 21.75%
G = 47.18%
B = 31.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#4DA76E (or 0x4DA76E) is known color: Ocean Green. HEX triplet: 4D, A7 and 6E. RGB value is (77,167,110). Sum of RGB (Red+Green+Blue) = 77+167+110=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA76E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA76E is #B25891. Grayscale: #858585. Windows color (decimal): -11688082 or 7251789. OLE color: 7251789.

HSL color Cylindrical-coordinate representation of color #4DA76E: hue angle of 142º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA76E is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 167 110 -
CMYK 0.54 0 0.34 0.35
HSL 142º 0.37% 0.48% -
HSV(B) 142º 0.54% 0.65% -
XYZ 19.69 30.34 19.57 -
YUV 133.59 114.68 87.63 -
System Red Green Blue C M Y K H S L
Decimal 77 167 110 0.54 0 0.34 0.35 142 0.37 0.48
Hex 4D A7 6E 36 0 22 23 8E 25 30
Octal 115 247 156 66 0 42 43 216 45 60
Binary 1001101 10100111 1101110 110110 0 100010 100011 10001110 100101 110000

Color Harmonies of #4DA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA76E

Black with #4DA76E

Text Example


Text Example

White with #4DA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,167,110); }

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

background-color css

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

 a { background-color: rgb(77,167,110); }

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

border-color css

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

 span { border-color: rgb(77,167,110); }

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