#61B25A

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

Shades of Fern #61B25A

Tints of Fern #61B25A

Color information

#61B25A (or 0x61B25A) is unknown color: approx Fern. HEX triplet: 61, B2 and 5A. RGB value is (97,178,90). Sum of RGB (Red+Green+Blue) = 97+178+90=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #61B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B25A is #9E4DA5. Grayscale: #909090. Windows color (decimal): -10374566 or 5943905. OLE color: 5943905.

HSL color Cylindrical-coordinate representation of color #61B25A: hue angle of 115.23º 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 #61B25A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB9717890-
CMYK0.4600.490.30
HSL115.23º36.36%52.55%-
HSV(B)115.23º49.44%69.8%-
XYZ22.735.1215.26-
YUV143.7597.6694.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=26.58%
G=48.77%
B=24.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97178900.4600.490.30115.2336.3652.55
Hex61B25A2E0311E732435
Octal14126213256061361634465
Binary11000011011001010110101011100110001111101110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,178,90); }

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

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

 a { background-color: rgb(97,178,90); }

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

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

 span { border-color: rgb(97,178,90); }

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