Html Css Color HEX #4BAF64 Ocean Green

📋 copy color: '#4BAF64'

red 75 ◦ green 175 ◦ blue 100

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

Shades of Ocean Green #4BAF64

Tints of Ocean Green #4BAF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 21.43%
G = 50%
B = 28.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#4BAF64 (or 0x4BAF64) is known color: Ocean Green. HEX triplet: 4B, AF and 64. RGB value is (75,175,100). Sum of RGB (Red+Green+Blue) = 75+175+100=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF64 is #B4509B. Grayscale: #888888. Windows color (decimal): -11817116 or 6598475. OLE color: 6598475.

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

Color convert

RGB 75 175 100 -
CMYK 0.57 0 0.43 0.31
HSL 135º 0.4% 0.49% -
HSV(B) 135º 0.57% 0.69% -
XYZ 20.53 33.08 17.36 -
YUV 136.55 107.37 84.1 -
System Red Green Blue C M Y K H S L
Decimal 75 175 100 0.57 0 0.43 0.31 135 0.4 0.49
Hex 4B AF 64 39 0 2B 1F 87 28 31
Octal 113 257 144 71 0 53 37 207 50 61
Binary 1001011 10101111 1100100 111001 0 101011 11111 10000111 101000 110001

Color Harmonies of #4BAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF64

Black with #4BAF64

Text Example


Text Example

White with #4BAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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