#61CA6F

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

Shades of Fern #61CA6F

Tints of Fern #61CA6F

Color information

#61CA6F (or 0x61CA6F) is unknown color: approx Fern. HEX triplet: 61, CA and 6F. RGB value is (97,202,111). Sum of RGB (Red+Green+Blue) = 97+202+111=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA6F is #9E3590. Grayscale: #A0A0A0. Windows color (decimal): -10368401 or 7326305. OLE color: 7326305.

HSL color Cylindrical-coordinate representation of color #61CA6F: hue angle of 128º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA6F is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB97202111-
CMYK0.5200.450.21
HSL128º49.76%58.63%-
HSV(B)128º51.98%79.22%-
XYZ28.9245.9322.38-
YUV160.23100.2182.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=23.66%
G=49.27%
B=27.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021110.5200.450.2112849.7658.63
Hex61CA6F3402D1580323b
Octal14131215764055252006273
Binary110000111001010110111111010001011011010110000000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,111); }

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

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

 a { background-color: rgb(97,202,111); }

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

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

 span { border-color: rgb(97,202,111); }

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