Html Css Color HEX #4DA96B Ocean Green

📋 copy color: '#4DA96B'

red 77 ◦ green 169 ◦ blue 107

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

Shades of Ocean Green #4DA96B

Tints of Ocean Green #4DA96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.88%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 21.81%
G = 47.88%
B = 30.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#4DA96B (or 0x4DA96B) is known color: Ocean Green. HEX triplet: 4D, A9 and 6B. RGB value is (77,169,107). Sum of RGB (Red+Green+Blue) = 77+169+107=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA96B is #B25694. Grayscale: #868686. Windows color (decimal): -11687573 or 7055693. OLE color: 7055693.

HSL color Cylindrical-coordinate representation of color #4DA96B: hue angle of 139.57º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA96B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 77 169 107 -
CMYK 0.54 0 0.37 0.34
HSL 139.57º 0.37% 0.48% -
HSV(B) 139.57º 0.54% 0.66% -
XYZ 19.9 31.02 18.85 -
YUV 134.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 77 169 107 0.54 0 0.37 0.34 139.57 0.37 0.48
Hex 4D A9 6B 36 0 25 22 8C 25 30
Octal 115 251 153 66 0 45 42 214 45 60
Binary 1001101 10101001 1101011 110110 0 100101 100010 10001100 100101 110000

Color Harmonies of #4DA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA96B

Black with #4DA96B

Text Example


Text Example

White with #4DA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,169,107); }

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

background-color css

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

 a { background-color: rgb(77,169,107); }

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

border-color css

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

 span { border-color: rgb(77,169,107); }

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