Html Css Color HEX #4FB47F Ocean Green

📋 copy color: '#4FB47F'

red 79 ◦ green 180 ◦ blue 127

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

Shades of Ocean Green #4FB47F

Tints of Ocean Green #4FB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 20.47%
G = 46.63%
B = 32.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#4FB47F (or 0x4FB47F) is known color: Ocean Green. HEX triplet: 4F, B4 and 7F. RGB value is (79,180,127). Sum of RGB (Red+Green+Blue) = 79+180+127=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB47F is #B04B80. Grayscale: #8F8F8F. Windows color (decimal): -11553665 or 8369231. OLE color: 8369231.

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

Color convert

RGB 79 180 127 -
CMYK 0.56 0 0.29 0.29
HSL 148.51º 0.4% 0.51% -
HSV(B) 148.51º 0.56% 0.71% -
XYZ 23.38 35.84 25.76 -
YUV 143.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 79 180 127 0.56 0 0.29 0.29 148.51 0.4 0.51
Hex 4F B4 7F 38 0 1D 1D 95 28 33
Octal 117 264 177 70 0 35 35 225 50 63
Binary 1001111 10110100 1111111 111000 0 11101 11101 10010101 101000 110011

Color Harmonies of #4FB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB47F

Black with #4FB47F

Text Example


Text Example

White with #4FB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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