#61B864

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

Shades of Fern #61B864

Tints of Fern #61B864

Color information

#61B864 (or 0x61B864) is unknown color: approx Fern. HEX triplet: 61, B8 and 64. RGB value is (97,184,100). Sum of RGB (Red+Green+Blue) = 97+184+100=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #61B864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B864 is #9E479B. Grayscale: #949494. Windows color (decimal): -10373020 or 6600801. OLE color: 6600801.

HSL color Cylindrical-coordinate representation of color #61B864: hue angle of 122.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B864 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB97184100-
CMYK0.4700.460.28
HSL122.07º37.99%55.1%-
HSV(B)122.07º47.28%72.16%-
XYZ24.3737.7418.06-
YUV148.41100.6891.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=25.46%
G=48.29%
B=26.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971841000.4700.460.28122.0737.9955.1
Hex61B8642F02E1C7a2637
Octal14127014457056341724667
Binary11000011011100011001001011110101110111001111010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,184,100); }

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

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

 a { background-color: rgb(97,184,100); }

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

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

 span { border-color: rgb(97,184,100); }

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