#4FB266

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

Shades of Ocean Green #4FB266

Tints of Ocean Green #4FB266

Color information

#4FB266 (or 0x4FB266) is unknown color: approx Ocean Green. HEX triplet: 4F, B2 and 66. RGB value is (79,178,102). Sum of RGB (Red+Green+Blue) = 79+178+102=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB266 is #B04D99. Grayscale: #8B8B8B. Windows color (decimal): -11554202 or 6730319. OLE color: 6730319.

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

Color convert

RGB79178102-
CMYK0.5600.430.30
HSL133.94º39.13%50.39%-
HSV(B)133.94º55.62%69.8%-
XYZ21.5434.4618.09-
YUV139.74106.784.68-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.01%
GREEN value IS 178 (69.92% from 255) = 49.58%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=22.01%
G=49.58%
B=28.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791781020.5600.430.30133.9439.1350.39
Hex4FB2663802B1E862732
Octal11726214670053362064762
Binary100111110110010110011011100001010111111010000110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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