Html Css Color HEX #4DB275 Ocean Green

📋 copy color: '#4DB275'

red 77 ◦ green 178 ◦ blue 117

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

Shades of Ocean Green #4DB275

Tints of Ocean Green #4DB275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 20.7%
G = 47.85%
B = 31.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#4DB275 (or 0x4DB275) is known color: Ocean Green. HEX triplet: 4D, B2 and 75. RGB value is (77,178,117). Sum of RGB (Red+Green+Blue) = 77+178+117=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB275 is #B24D8A. Grayscale: #8C8C8C. Windows color (decimal): -11685259 or 7713357. OLE color: 7713357.

HSL color Cylindrical-coordinate representation of color #4DB275: hue angle of 143.76º 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 #4DB275 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 178 117 -
CMYK 0.57 0 0.34 0.30
HSL 143.76º 0.4% 0.5% -
HSV(B) 143.76º 0.57% 0.7% -
XYZ 22.19 34.7 22.36 -
YUV 140.85 114.54 82.46 -
System Red Green Blue C M Y K H S L
Decimal 77 178 117 0.57 0 0.34 0.30 143.76 0.4 0.5
Hex 4D B2 75 39 0 22 1E 90 28 32
Octal 115 262 165 71 0 42 36 220 50 62
Binary 1001101 10110010 1110101 111001 0 100010 11110 10010000 101000 110010

Color Harmonies of #4DB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB275

Black with #4DB275

Text Example


Text Example

White with #4DB275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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