Html Css Color HEX #4DB16A Ocean Green

📋 copy color: '#4DB16A'

red 77 ◦ green 177 ◦ blue 106

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

Shades of Ocean Green #4DB16A

Tints of Ocean Green #4DB16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 21.39%
G = 49.17%
B = 29.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#4DB16A (or 0x4DB16A) is known color: Ocean Green. HEX triplet: 4D, B1 and 6A. RGB value is (77,177,106). Sum of RGB (Red+Green+Blue) = 77+177+106=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB16A is #B24E95. Grayscale: #8B8B8B. Windows color (decimal): -11685526 or 6992205. OLE color: 6992205.

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

Color convert

RGB 77 177 106 -
CMYK 0.56 0 0.40 0.31
HSL 137.4º 0.39% 0.5% -
HSV(B) 137.4º 0.56% 0.69% -
XYZ 21.38 34.06 19.08 -
YUV 139.01 109.37 83.77 -
System Red Green Blue C M Y K H S L
Decimal 77 177 106 0.56 0 0.40 0.31 137.4 0.39 0.5
Hex 4D B1 6A 38 0 28 1F 89 27 32
Octal 115 261 152 70 0 50 37 211 47 62
Binary 1001101 10110001 1101010 111000 0 101000 11111 10001001 100111 110010

Color Harmonies of #4DB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB16A

Black with #4DB16A

Text Example


Text Example

White with #4DB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,177,106); }

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

background-color css

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

 a { background-color: rgb(77,177,106); }

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

border-color css

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

 span { border-color: rgb(77,177,106); }

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