#4fb27f

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

Shades of Ocean Green #4FB27F

Tints of Ocean Green #4FB27F

Color information

#4FB27F (or 0x4FB27F) is unknown color: approx Ocean Green. HEX triplet: 4F, B2 and 7F. RGB value is (79,178,127). Sum of RGB (Red+Green+Blue) = 79+178+127=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB27F is #B04D80. Grayscale: #8E8E8E. Windows color (decimal): -11554177 or 8368719. OLE color: 8368719.

HSL color Cylindrical-coordinate representation of color #4FB27F: hue angle of 149.09º 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 #4FB27F is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB79178127-
CMYK0.5600.290.30
HSL149.09º39.13%50.39%-
HSV(B)149.09º55.62%69.8%-
XYZ22.9835.0425.63-
YUV142.58119.282.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.57%
GREEN value IS 178 (69.92% from 255) = 46.35%
BLUE value IS 127 (50% from 255) = 33.07%
R=20.57%
G=46.35%
B=33.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791781270.5600.290.30149.0939.1350.39
Hex4FB27F3801D1E952732
Octal11726217770035362254762
Binary10011111011001011111111110000111011111010010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fb27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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