#4FB880

Color #4FB880 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4FB880

Tints of Ocean Green #4FB880

Color information

#4FB880 (or 0x4FB880) is unknown color: approx Ocean Green. HEX triplet: 4F, B8 and 80. RGB value is (79,184,128). Sum of RGB (Red+Green+Blue) = 79+184+128=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB880 is #B0477F. Grayscale: #929292. Windows color (decimal): -11552640 or 8435791. OLE color: 8435791.

HSL color Cylindrical-coordinate representation of color #4FB880: hue angle of 148º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB880 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB79184128-
CMYK0.5700.300.28
HSL148º42.51%51.57%-
HSV(B)148º57.07%72.16%-
XYZ24.2637.526.38-
YUV146.22117.7180.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.20%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=20.20%
G=47.06%
B=32.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal791841280.5700.300.2814842.5151.57
Hex4FB8803901E1C942b34
Octal11727020071036342245364
Binary100111110111000100000001110010111101110010010100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FB880;
 }
 .AnyTagClassName
 {
   color: #4FB880;
 }
</style>
background-color css

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

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

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

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

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

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