#61BE71

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

Shades of Fern #61BE71

Tints of Fern #61BE71

Color information

#61BE71 (or 0x61BE71) is unknown color: approx Fern. HEX triplet: 61, BE and 71. RGB value is (97,190,113). Sum of RGB (Red+Green+Blue) = 97+190+113=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE71 is #9E418E. Grayscale: #999999. Windows color (decimal): -10371471 or 7454305. OLE color: 7454305.

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

Color convert

RGB97190113-
CMYK0.4900.410.25
HSL130.32º41.7%56.27%-
HSV(B)130.32º48.95%74.51%-
XYZ26.3240.5622.06-
YUV153.42105.1987.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 190 (74.61% from 255) = 47.5%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=24.25%
G=47.5%
B=28.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971901130.4900.410.25130.3241.756.27
Hex61BE713102919822a38
Octal14127616161051312025270
Binary110000110111110111000111000101010011100110000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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