Html Css Color HEX #4EB478 Ocean Green

📋 copy color: '#4EB478'

red 78 ◦ green 180 ◦ blue 120

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

Shades of Ocean Green #4EB478

Tints of Ocean Green #4EB478

RGB

 RED value IS 78 (30.86% from 255) = 20.63%

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 20.63%
G = 47.62%
B = 31.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#4EB478 (or 0x4EB478) is known color: Ocean Green. HEX triplet: 4E, B4 and 78. RGB value is (78,180,120). Sum of RGB (Red+Green+Blue) = 78+180+120=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB478 is #B14B87. Grayscale: #8E8E8E. Windows color (decimal): -11619208 or 7910478. OLE color: 7910478.

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

Color convert

RGB 78 180 120 -
CMYK 0.57 0 0.33 0.29
HSL 144.71º 0.4% 0.51% -
HSV(B) 144.71º 0.57% 0.71% -
XYZ 22.85 35.62 23.44 -
YUV 142.66 115.21 81.88 -
System Red Green Blue C M Y K H S L
Decimal 78 180 120 0.57 0 0.33 0.29 144.71 0.4 0.51
Hex 4E B4 78 39 0 21 1D 91 28 33
Octal 116 264 170 71 0 41 35 221 50 63
Binary 1001110 10110100 1111000 111001 0 100001 11101 10010001 101000 110011

Color Harmonies of #4EB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EB478

Black with #4EB478

Text Example


Text Example

White with #4EB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,180,120); }

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

background-color css

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

 a { background-color: rgb(78,180,120); }

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

border-color css

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

 span { border-color: rgb(78,180,120); }

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