Html Css Color HEX #4FB481 Ocean Green

📋 copy color: '#4FB481'

red 79 ◦ green 180 ◦ blue 129

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

Shades of Ocean Green #4FB481

Tints of Ocean Green #4FB481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 20.36%
G = 46.39%
B = 33.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#4FB481 (or 0x4FB481) is known color: Ocean Green. HEX triplet: 4F, B4 and 81. RGB value is (79,180,129). Sum of RGB (Red+Green+Blue) = 79+180+129=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB481 is #B04B7E. Grayscale: #909090. Windows color (decimal): -11553663 or 8500303. OLE color: 8500303.

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

Color convert

RGB 79 180 129 -
CMYK 0.56 0 0.28 0.29
HSL 149.7º 0.4% 0.51% -
HSV(B) 149.7º 0.56% 0.71% -
XYZ 23.51 35.89 26.46 -
YUV 143.99 119.54 81.65 -
System Red Green Blue C M Y K H S L
Decimal 79 180 129 0.56 0 0.28 0.29 149.7 0.4 0.51
Hex 4F B4 81 38 0 1C 1D 96 28 33
Octal 117 264 201 70 0 34 35 226 50 63
Binary 1001111 10110100 10000001 111000 0 11100 11101 10010110 101000 110011

Color Harmonies of #4FB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB481

Black with #4FB481

Text Example


Text Example

White with #4FB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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