Html Css Color HEX #4DAE75 Ocean Green

📋 copy color: '#4DAE75'

red 77 ◦ green 174 ◦ blue 117

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

Shades of Ocean Green #4DAE75

Tints of Ocean Green #4DAE75

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.28%

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

R = 20.92%
G = 47.28%
B = 31.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#4DAE75 (or 0x4DAE75) is known color: Ocean Green. HEX triplet: 4D, AE and 75. RGB value is (77,174,117). Sum of RGB (Red+Green+Blue) = 77+174+117=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE75 is #B2518A. Grayscale: #8A8A8A. Windows color (decimal): -11686283 or 7712333. OLE color: 7712333.

HSL color Cylindrical-coordinate representation of color #4DAE75: hue angle of 144.74º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE75 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 174 117 -
CMYK 0.56 0 0.33 0.32
HSL 144.74º 0.39% 0.49% -
HSV(B) 144.74º 0.56% 0.68% -
XYZ 21.41 33.13 22.1 -
YUV 138.5 115.86 84.13 -
System Red Green Blue C M Y K H S L
Decimal 77 174 117 0.56 0 0.33 0.32 144.74 0.39 0.49
Hex 4D AE 75 38 0 21 20 91 27 31
Octal 115 256 165 70 0 41 40 221 47 61
Binary 1001101 10101110 1110101 111000 0 100001 100000 10010001 100111 110001

Color Harmonies of #4DAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAE75

Black with #4DAE75

Text Example


Text Example

White with #4DAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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