Html Css Color HEX #4FB870 Ocean Green

📋 copy color: '#4FB870'

red 79 ◦ green 184 ◦ blue 112

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

Shades of Ocean Green #4FB870

Tints of Ocean Green #4FB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 21.07%
G = 49.07%
B = 29.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#4FB870 (or 0x4FB870) is known color: Ocean Green. HEX triplet: 4F, B8 and 70. RGB value is (79,184,112). Sum of RGB (Red+Green+Blue) = 79+184+112=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB870 is #B0478F. Grayscale: #909090. Windows color (decimal): -11552656 or 7387215. OLE color: 7387215.

HSL color Cylindrical-coordinate representation of color #4FB870: hue angle of 138.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB870 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 79 184 112 -
CMYK 0.57 0 0.39 0.28
HSL 138.86º 0.43% 0.52% -
HSV(B) 138.86º 0.57% 0.72% -
XYZ 23.29 37.11 21.27 -
YUV 144.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 79 184 112 0.57 0 0.39 0.28 138.86 0.43 0.52
Hex 4F B8 70 39 0 27 1C 8B 2B 34
Octal 117 270 160 71 0 47 34 213 53 64
Binary 1001111 10111000 1110000 111001 0 100111 11100 10001011 101011 110100

Color Harmonies of #4FB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB870

Black with #4FB870

Text Example


Text Example

White with #4FB870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,184,112); }

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

background-color css

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

 a { background-color: rgb(79,184,112); }

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

border-color css

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

 span { border-color: rgb(79,184,112); }

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