Html Css Color HEX #4CAF80 Ocean Green

📋 copy color: '#4CAF80'

red 76 ◦ green 175 ◦ blue 128

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

Shades of Ocean Green #4CAF80

Tints of Ocean Green #4CAF80

RGB

 RED value IS 76 (30.08% from 255) = 20.05%

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 20.05%
G = 46.17%
B = 33.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#4CAF80 (or 0x4CAF80) is known color: Ocean Green. HEX triplet: 4C, AF and 80. RGB value is (76,175,128). Sum of RGB (Red+Green+Blue) = 76+175+128=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAF80 is #B3507F. Grayscale: #8C8C8C. Windows color (decimal): -11751552 or 8433484. OLE color: 8433484.

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

Color convert

RGB 76 175 128 -
CMYK 0.57 0 0.27 0.31
HSL 151.52º 0.39% 0.49% -
HSV(B) 151.52º 0.57% 0.69% -
XYZ 22.21 33.75 25.77 -
YUV 140.04 121.2 82.32 -
System Red Green Blue C M Y K H S L
Decimal 76 175 128 0.57 0 0.27 0.31 151.52 0.39 0.49
Hex 4C AF 80 39 0 1B 1F 98 27 31
Octal 114 257 200 71 0 33 37 230 47 61
Binary 1001100 10101111 10000000 111001 0 11011 11111 10011000 100111 110001

Color Harmonies of #4CAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAF80

Black with #4CAF80

Text Example


Text Example

White with #4CAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,175,128); }

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

background-color css

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

 a { background-color: rgb(76,175,128); }

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

border-color css

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

 span { border-color: rgb(76,175,128); }

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