Html Css Color HEX #4DB26F Ocean Green

📋 copy color: '#4DB26F'

red 77 ◦ green 178 ◦ blue 111

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

Shades of Ocean Green #4DB26F

Tints of Ocean Green #4DB26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.63%

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 21.04%
G = 48.63%
B = 30.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#4DB26F (or 0x4DB26F) is known color: Ocean Green. HEX triplet: 4D, B2 and 6F. RGB value is (77,178,111). Sum of RGB (Red+Green+Blue) = 77+178+111=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB26F is #B24D90. Grayscale: #8C8C8C. Windows color (decimal): -11685265 or 7320141. OLE color: 7320141.

HSL color Cylindrical-coordinate representation of color #4DB26F: hue angle of 140.2º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB26F is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 178 111 -
CMYK 0.57 0 0.38 0.30
HSL 140.2º 0.4% 0.5% -
HSV(B) 140.2º 0.57% 0.7% -
XYZ 21.85 34.57 20.56 -
YUV 140.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 77 178 111 0.57 0 0.38 0.30 140.2 0.4 0.5
Hex 4D B2 6F 39 0 26 1E 8C 28 32
Octal 115 262 157 71 0 46 36 214 50 62
Binary 1001101 10110010 1101111 111001 0 100110 11110 10001100 101000 110010

Color Harmonies of #4DB26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB26F

Black with #4DB26F

Text Example


Text Example

White with #4DB26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,178,111); }

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

background-color css

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

 a { background-color: rgb(77,178,111); }

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

border-color css

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

 span { border-color: rgb(77,178,111); }

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