Html Css Color HEX #4FB383 Ocean Green

📋 copy color: '#4FB383'

red 79 ◦ green 179 ◦ blue 131

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

Shades of Ocean Green #4FB383

Tints of Ocean Green #4FB383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 20.31%
G = 46.02%
B = 33.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#4FB383 (or 0x4FB383) is known color: Ocean Green. HEX triplet: 4F, B3 and 83. RGB value is (79,179,131). Sum of RGB (Red+Green+Blue) = 79+179+131=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB383 is #B04C7C. Grayscale: #8F8F8F. Windows color (decimal): -11553917 or 8631119. OLE color: 8631119.

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

Color convert

RGB 79 179 131 -
CMYK 0.56 0 0.27 0.30
HSL 151.2º 0.4% 0.51% -
HSV(B) 151.2º 0.56% 0.7% -
XYZ 23.44 35.54 27.1 -
YUV 143.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 79 179 131 0.56 0 0.27 0.30 151.2 0.4 0.51
Hex 4F B3 83 38 0 1B 1E 97 28 33
Octal 117 263 203 70 0 33 36 227 50 63
Binary 1001111 10110011 10000011 111000 0 11011 11110 10010111 101000 110011

Color Harmonies of #4FB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB383

Black with #4FB383

Text Example


Text Example

White with #4FB383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,179,131); }

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

background-color css

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

 a { background-color: rgb(79,179,131); }

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

border-color css

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

 span { border-color: rgb(79,179,131); }

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