#61BE5B

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

Shades of Fern #61BE5B

Tints of Fern #61BE5B

Color information

#61BE5B (or 0x61BE5B) is unknown color: approx Fern. HEX triplet: 61, BE and 5B. RGB value is (97,190,91). Sum of RGB (Red+Green+Blue) = 97+190+91=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE5B is #9E41A4. Grayscale: #979797. Windows color (decimal): -10371493 or 6012513. OLE color: 6012513.

HSL color Cylindrical-coordinate representation of color #61BE5B: hue angle of 116.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61BE5B is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB9719091-
CMYK0.4900.520.25
HSL116.36º43.23%55.1%-
HSV(B)116.36º52.11%74.51%-
XYZ25.2340.1216.31-
YUV150.9194.1989.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 190 (74.61% from 255) = 50.26%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=25.66%
G=50.26%
B=24.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97190910.4900.520.25116.3643.2355.1
Hex61BE5B3103419742b37
Octal14127613361064311645367
Binary11000011011111010110111100010110100110011110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61BE5B; }

 p { color: rgb(97,190,91); }

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

<style>
 a { background-color: #61BE5B; }

 a { background-color: rgb(97,190,91); }

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

<style>
 span { border-color: #61BE5B; }

 span { border-color: rgb(97,190,91); }

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