Html Css Color HEX #4BAF70 Ocean Green

📋 copy color: '#4BAF70'

red 75 ◦ green 175 ◦ blue 112

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

Shades of Ocean Green #4BAF70

Tints of Ocean Green #4BAF70

RGB

 RED value IS 75 (29.69% from 255) = 20.72%

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

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

R = 20.72%
G = 48.34%
B = 30.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#4BAF70 (or 0x4BAF70) is known color: Ocean Green. HEX triplet: 4B, AF and 70. RGB value is (75,175,112). Sum of RGB (Red+Green+Blue) = 75+175+112=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF70 is #B4508F. Grayscale: #8A8A8A. Windows color (decimal): -11817104 or 7384907. OLE color: 7384907.

HSL color Cylindrical-coordinate representation of color #4BAF70: hue angle of 142.2º degrees, saturation: 0.4, 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 #4BAF70 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 112 -
CMYK 0.57 0 0.36 0.31
HSL 142.2º 0.4% 0.49% -
HSV(B) 142.2º 0.57% 0.69% -
XYZ 21.16 33.33 20.65 -
YUV 137.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 75 175 112 0.57 0 0.36 0.31 142.2 0.4 0.49
Hex 4B AF 70 39 0 24 1F 8E 28 31
Octal 113 257 160 71 0 44 37 216 50 61
Binary 1001011 10101111 1110000 111001 0 100100 11111 10001110 101000 110001

Color Harmonies of #4BAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF70

Black with #4BAF70

Text Example


Text Example

White with #4BAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,175,112); }

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

background-color css

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

 a { background-color: rgb(75,175,112); }

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

border-color css

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

 span { border-color: rgb(75,175,112); }

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