Html Css Color HEX #4BB27F Ocean Green

📋 copy color: '#4BB27F'

red 75 ◦ green 178 ◦ blue 127

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

Shades of Ocean Green #4BB27F

Tints of Ocean Green #4BB27F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.84%

 BLUE value IS 127 (50% from 255) = 33.42%

R = 19.74%
G = 46.84%
B = 33.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#4BB27F (or 0x4BB27F) is known color: Ocean Green. HEX triplet: 4B, B2 and 7F. RGB value is (75,178,127). Sum of RGB (Red+Green+Blue) = 75+178+127=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB27F is #B44D80. Grayscale: #8D8D8D. Windows color (decimal): -11816321 or 8368715. OLE color: 8368715.

HSL color Cylindrical-coordinate representation of color #4BB27F: hue angle of 150.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB27F is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 75 178 127 -
CMYK 0.58 0 0.29 0.30
HSL 150.29º 0.41% 0.5% -
HSV(B) 150.29º 0.58% 0.7% -
XYZ 22.65 34.87 25.62 -
YUV 141.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 75 178 127 0.58 0 0.29 0.30 150.29 0.41 0.5
Hex 4B B2 7F 3A 0 1D 1E 96 29 32
Octal 113 262 177 72 0 35 36 226 51 62
Binary 1001011 10110010 1111111 111010 0 11101 11110 10010110 101001 110010

Color Harmonies of #4BB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB27F

Black with #4BB27F

Text Example


Text Example

White with #4BB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,178,127); }

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

background-color css

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

 a { background-color: rgb(75,178,127); }

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

border-color css

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

 span { border-color: rgb(75,178,127); }

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