Html Css Color HEX #4DB66B Ocean Green

📋 copy color: '#4DB66B'

red 77 ◦ green 182 ◦ blue 107

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

Shades of Ocean Green #4DB66B

Tints of Ocean Green #4DB66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.73%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 21.04%
G = 49.73%
B = 29.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#4DB66B (or 0x4DB66B) is known color: Ocean Green. HEX triplet: 4D, B6 and 6B. RGB value is (77,182,107). Sum of RGB (Red+Green+Blue) = 77+182+107=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB66B is #B24994. Grayscale: #8E8E8E. Windows color (decimal): -11684245 or 7059021. OLE color: 7059021.

HSL color Cylindrical-coordinate representation of color #4DB66B: hue angle of 137.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB66B is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 182 107 -
CMYK 0.58 0 0.41 0.29
HSL 137.14º 0.42% 0.51% -
HSV(B) 137.14º 0.58% 0.71% -
XYZ 22.44 36.1 19.69 -
YUV 142.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 77 182 107 0.58 0 0.41 0.29 137.14 0.42 0.51
Hex 4D B6 6B 3A 0 29 1D 89 2A 33
Octal 115 266 153 72 0 51 35 211 52 63
Binary 1001101 10110110 1101011 111010 0 101001 11101 10001001 101010 110011

Color Harmonies of #4DB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB66B

Black with #4DB66B

Text Example


Text Example

White with #4DB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,182,107); }

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

background-color css

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

 a { background-color: rgb(77,182,107); }

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

border-color css

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

 span { border-color: rgb(77,182,107); }

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