#61CA62

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

Shades of Fern #61CA62

Tints of Fern #61CA62

Color information

#61CA62 (or 0x61CA62) is unknown color: approx Fern. HEX triplet: 61, CA and 62. RGB value is (97,202,98). Sum of RGB (Red+Green+Blue) = 97+202+98=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA62 is #9E359D. Grayscale: #9F9F9F. Windows color (decimal): -10368414 or 6474337. OLE color: 6474337.

HSL color Cylindrical-coordinate representation of color #61CA62: hue angle of 120.57º 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 #61CA62 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB9720298-
CMYK0.5200.510.21
HSL120.57º49.76%58.63%-
HSV(B)120.57º51.98%79.22%-
XYZ28.2545.6618.88-
YUV158.7593.7183.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 202 (79.30% from 255) = 50.88%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=24.43%
G=50.88%
B=24.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97202980.5200.510.21120.5749.7658.63
Hex61CA62340331579323b
Octal14131214264063251716273
Binary11000011100101011000101101000110011101011111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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