Html Css Color HEX #4FB680 Ocean Green

📋 copy color: '#4FB680'

red 79 ◦ green 182 ◦ blue 128

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

Shades of Ocean Green #4FB680

Tints of Ocean Green #4FB680

RGB

 RED value IS 79 (31.25% from 255) = 20.31%

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

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

R = 20.31%
G = 46.79%
B = 32.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#4FB680 (or 0x4FB680) is known color: Ocean Green. HEX triplet: 4F, B6 and 80. RGB value is (79,182,128). Sum of RGB (Red+Green+Blue) = 79+182+128=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #4FB680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB680 is #B0497F. Grayscale: #919191. Windows color (decimal): -11553152 or 8435279. OLE color: 8435279.

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

Color convert

RGB 79 182 128 -
CMYK 0.57 0 0.30 0.29
HSL 148.54º 0.41% 0.51% -
HSV(B) 148.54º 0.57% 0.71% -
XYZ 23.85 36.68 26.24 -
YUV 145.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 79 182 128 0.57 0 0.30 0.29 148.54 0.41 0.51
Hex 4F B6 80 39 0 1E 1D 95 29 33
Octal 117 266 200 71 0 36 35 225 51 63
Binary 1001111 10110110 10000000 111001 0 11110 11101 10010101 101001 110011

Color Harmonies of #4FB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB680

Black with #4FB680

Text Example


Text Example

White with #4FB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,182,128); }

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

background-color css

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

 a { background-color: rgb(79,182,128); }

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

border-color css

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

 span { border-color: rgb(79,182,128); }

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