Html Css Color HEX #4DA281 Ocean Green

📋 copy color: '#4DA281'

red 77 ◦ green 162 ◦ blue 129

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

Shades of Ocean Green #4DA281

Tints of Ocean Green #4DA281

RGB

 RED value IS 77 (30.47% from 255) = 20.92%

 GREEN value IS 162 (63.67% from 255) = 44.02%

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

R = 20.92%
G = 44.02%
B = 35.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#4DA281 (or 0x4DA281) is known color: Ocean Green. HEX triplet: 4D, A2 and 81. RGB value is (77,162,129). Sum of RGB (Red+Green+Blue) = 77+162+129=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA281 is #B25D7E. Grayscale: #848484. Windows color (decimal): -11689343 or 8495693. OLE color: 8495693.

HSL color Cylindrical-coordinate representation of color #4DA281: hue angle of 156.71º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA281 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 129 -
CMYK 0.52 0 0.20 0.36
HSL 156.71º 0.36% 0.47% -
HSV(B) 156.71º 0.52% 0.64% -
XYZ 19.94 29 25.32 -
YUV 132.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 77 162 129 0.52 0 0.20 0.36 156.71 0.36 0.47
Hex 4D A2 81 34 0 14 24 9D 24 2F
Octal 115 242 201 64 0 24 44 235 44 57
Binary 1001101 10100010 10000001 110100 0 10100 100100 10011101 100100 101111

Color Harmonies of #4DA281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA281

Black with #4DA281

Text Example


Text Example

White with #4DA281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,162,129); }

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

background-color css

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

 a { background-color: rgb(77,162,129); }

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

border-color css

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

 span { border-color: rgb(77,162,129); }

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