Html Css Color HEX #4FB280 Ocean Green

📋 copy color: '#4FB280'

red 79 ◦ green 178 ◦ blue 128

#4FB280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4FB280

Tints of Ocean Green #4FB280

RGB

 RED value IS 79 (31.25% from 255) = 20.52%

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 20.52%
G = 46.23%
B = 33.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#4FB280 (or 0x4FB280) is known color: Ocean Green. HEX triplet: 4F, B2 and 80. RGB value is (79,178,128). Sum of RGB (Red+Green+Blue) = 79+178+128=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FB280 is #B04D7F. Grayscale: #8E8E8E. Windows color (decimal): -11554176 or 8434255. OLE color: 8434255.

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

Color convert

RGB 79 178 128 -
CMYK 0.56 0 0.28 0.30
HSL 149.7º 0.39% 0.5% -
HSV(B) 149.7º 0.56% 0.7% -
XYZ 23.04 35.06 25.98 -
YUV 142.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 79 178 128 0.56 0 0.28 0.30 149.7 0.39 0.5
Hex 4F B2 80 38 0 1C 1E 96 27 32
Octal 117 262 200 70 0 34 36 226 47 62
Binary 1001111 10110010 10000000 111000 0 11100 11110 10010110 100111 110010

Color Harmonies of #4FB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB280

Black with #4FB280

Text Example


Text Example

White with #4FB280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FB280;
 }
 .AnyTagClassName
 {
   color: #4FB280;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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