Html Css Color HEX #4CAF7D Ocean Green

📋 copy color: '#4CAF7D'

red 76 ◦ green 175 ◦ blue 125

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

Shades of Ocean Green #4CAF7D

Tints of Ocean Green #4CAF7D

RGB

 RED value IS 76 (30.08% from 255) = 20.21%

 GREEN value IS 175 (68.75% from 255) = 46.54%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 20.21%
G = 46.54%
B = 33.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#4CAF7D (or 0x4CAF7D) is known color: Ocean Green. HEX triplet: 4C, AF and 7D. RGB value is (76,175,125). Sum of RGB (Red+Green+Blue) = 76+175+125=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF7D is #B35082. Grayscale: #8B8B8B. Windows color (decimal): -11751555 or 8236876. OLE color: 8236876.

HSL color Cylindrical-coordinate representation of color #4CAF7D: hue angle of 149.7º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF7D is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 175 125 -
CMYK 0.57 0 0.29 0.31
HSL 149.7º 0.39% 0.49% -
HSV(B) 149.7º 0.57% 0.69% -
XYZ 22.01 33.68 24.74 -
YUV 139.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 76 175 125 0.57 0 0.29 0.31 149.7 0.39 0.49
Hex 4C AF 7D 39 0 1D 1F 96 27 31
Octal 114 257 175 71 0 35 37 226 47 61
Binary 1001100 10101111 1111101 111001 0 11101 11111 10010110 100111 110001

Color Harmonies of #4CAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAF7D

Black with #4CAF7D

Text Example


Text Example

White with #4CAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,175,125); }

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

background-color css

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

 a { background-color: rgb(76,175,125); }

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

border-color css

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

 span { border-color: rgb(76,175,125); }

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