#4FB281

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

Shades of Ocean Green #4FB281

Tints of Ocean Green #4FB281

Color information

#4FB281 (or 0x4FB281) is unknown color: approx Ocean Green. HEX triplet: 4F, B2 and 81. RGB value is (79,178,129). Sum of RGB (Red+Green+Blue) = 79+178+129=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB281 is #B04D7E. Grayscale: #8E8E8E. Windows color (decimal): -11554175 or 8499791. OLE color: 8499791.

HSL color Cylindrical-coordinate representation of color #4FB281: hue angle of 150.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB281 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB79178129-
CMYK0.5600.280.30
HSL150.3º39.13%50.39%-
HSV(B)150.3º55.62%69.8%-
XYZ23.1135.0926.32-
YUV142.81120.282.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.47%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=20.47%
G=46.11%
B=33.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791781290.5600.280.30150.339.1350.39
Hex4FB2813801C1E962732
Octal11726220170034362264762
Binary100111110110010100000011110000111001111010010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,178,129); }

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

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

 a { background-color: rgb(79,178,129); }

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

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

 span { border-color: rgb(79,178,129); }

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