#5BB264

Color #5BB264 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5BB264

Tints of Fern #5BB264

Color information

#5BB264 (or 0x5BB264) is unknown color: approx Fern. HEX triplet: 5B, B2 and 64. RGB value is (91,178,100). Sum of RGB (Red+Green+Blue) = 91+178+100=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB264 is #A44D9B. Grayscale: #8F8F8F. Windows color (decimal): -10767772 or 6599259. OLE color: 6599259.

HSL color Cylindrical-coordinate representation of color #5BB264: hue angle of 126.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB264 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB91178100-
CMYK0.4900.440.30
HSL126.21º36.1%52.75%-
HSV(B)126.21º48.88%69.8%-
XYZ22.5434.9917.62-
YUV143.1103.6890.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=24.66%
G=48.24%
B=27.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal911781000.4900.440.30126.2136.152.75
Hex5BB2643102C1E7e2435
Octal13326214461054361764465
Binary10110111011001011001001100010101100111101111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB264; }

 p { color: rgb(91,178,100); }

 H1.HeaderClassName
 {
   color: #5BB264;
 }
 .AnyTagClassName
 {
   color: #5BB264;
 }
</style>
background-color css

<style>
 a { background-color: #5BB264; }

 a { background-color: rgb(91,178,100); }

 div.DivClassName
 {
   background-color: #5BB264;
 }
 .BgClassName
 {
   background-color: #5BB264;
 }
</style>
border-color css

<style>
 span { border-color: #5BB264; }

 span { border-color: rgb(91,178,100); }

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