Html Css Color HEX #4FB580 Ocean Green

📋 copy color: '#4FB580'

red 79 ◦ green 181 ◦ blue 128

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

Shades of Ocean Green #4FB580

Tints of Ocean Green #4FB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.65%

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

R = 20.36%
G = 46.65%
B = 32.99%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#4FB580 (or 0x4FB580) is known color: Ocean Green. HEX triplet: 4F, B5 and 80. RGB value is (79,181,128). Sum of RGB (Red+Green+Blue) = 79+181+128=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB580 is #B04A7F. Grayscale: #909090. Windows color (decimal): -11553408 or 8435023. OLE color: 8435023.

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

Color convert

RGB 79 181 128 -
CMYK 0.56 0 0.29 0.29
HSL 148.82º 0.41% 0.51% -
HSV(B) 148.82º 0.56% 0.71% -
XYZ 23.64 36.27 26.18 -
YUV 144.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 79 181 128 0.56 0 0.29 0.29 148.82 0.41 0.51
Hex 4F B5 80 38 0 1D 1D 95 29 33
Octal 117 265 200 70 0 35 35 225 51 63
Binary 1001111 10110101 10000000 111000 0 11101 11101 10010101 101001 110011

Color Harmonies of #4FB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB580

Black with #4FB580

Text Example


Text Example

White with #4FB580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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