#61CC62

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

Shades of Fern #61CC62

Tints of Fern #61CC62

Color information

#61CC62 (or 0x61CC62) is unknown color: approx Fern. HEX triplet: 61, CC and 62. RGB value is (97,204,98). Sum of RGB (Red+Green+Blue) = 97+204+98=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CC62 is #9E339D. Grayscale: #A0A0A0. Windows color (decimal): -10367902 or 6474849. OLE color: 6474849.

HSL color Cylindrical-coordinate representation of color #61CC62: hue angle of 120.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CC62 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB9720498-
CMYK0.5200.520.2
HSL120.56º51.2%59.02%-
HSV(B)120.56º52.45%80%-
XYZ28.7346.6119.04-
YUV159.9293.0583.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=24.31%
G=51.13%
B=24.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204980.5200.520.2120.5651.259.02
Hex61CC62340341479333b
Octal14131414264064241716373
Binary11000011100110011000101101000110100101001111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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