Html Css Color HEX #54B271 Ocean Green

📋 copy color: '#54B271'

red 84 ◦ green 178 ◦ blue 113

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

Shades of Ocean Green #54B271

Tints of Ocean Green #54B271

RGB

 RED value IS 84 (33.2% from 255) = 22.4%

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 22.4%
G = 47.47%
B = 30.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#54B271 (or 0x54B271) is known color: Ocean Green. HEX triplet: 54, B2 and 71. RGB value is (84,178,113). Sum of RGB (Red+Green+Blue) = 84+178+113=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #54B271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B271 is #AB4D8E. Grayscale: #8E8E8E. Windows color (decimal): -11226511 or 7451220. OLE color: 7451220.

HSL color Cylindrical-coordinate representation of color #54B271: hue angle of 138.51º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B271 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 178 113 -
CMYK 0.53 0 0.37 0.30
HSL 138.51º 0.38% 0.51% -
HSV(B) 138.51º 0.53% 0.7% -
XYZ 22.56 34.92 21.17 -
YUV 142.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 84 178 113 0.53 0 0.37 0.30 138.51 0.38 0.51
Hex 54 B2 71 35 0 25 1E 8B 26 33
Octal 124 262 161 65 0 45 36 213 46 63
Binary 1010100 10110010 1110001 110101 0 100101 11110 10001011 100110 110011

Color Harmonies of #54B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B271

Black with #54B271

Text Example


Text Example

White with #54B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54B271; }

 p { color: rgb(84,178,113); }

 H1.HeaderClassName
 {
   color: #54B271;
 }
 .AnyTagClassName
 {
   color: #54B271;
 }
</style>

background-color css

<style>
 a { background-color: #54B271; }

 a { background-color: rgb(84,178,113); }

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

border-color css

<style>
 span { border-color: #54B271; }

 span { border-color: rgb(84,178,113); }

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