#4FB17D

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

Shades of Ocean Green #4FB17D

Tints of Ocean Green #4FB17D

Color information

#4FB17D (or 0x4FB17D) is unknown color: approx Ocean Green. HEX triplet: 4F, B1 and 7D. RGB value is (79,177,125). Sum of RGB (Red+Green+Blue) = 79+177+125=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB17D is #B04E82. Grayscale: #8D8D8D. Windows color (decimal): -11554435 or 8237391. OLE color: 8237391.

HSL color Cylindrical-coordinate representation of color #4FB17D: hue angle of 148.16º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB17D is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB79177125-
CMYK0.5500.290.31
HSL148.16º38.58%50.2%-
HSV(B)148.16º55.37%69.41%-
XYZ22.6534.5924.88-
YUV141.77118.5383.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=20.73%
G=46.46%
B=32.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791771250.5500.290.31148.1638.5850.2
Hex4FB17D3701D1F942732
Octal11726117567035372244762
Binary10011111011000111111011101110111011111110010100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,177,125); }

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

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

 a { background-color: rgb(79,177,125); }

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

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

 span { border-color: rgb(79,177,125); }

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