Html Css Color HEX #61C25A Fern

📋 copy color: '#61C25A'

red 97 ◦ green 194 ◦ blue 90

#61C25A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #61C25A

Tints of Fern #61C25A

RGB

 RED value IS 97 (38.28% from 255) = 25.46%

 GREEN value IS 194 (76.17% from 255) = 50.92%

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 25.46%
G = 50.92%
B = 23.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#61C25A (or 0x61C25A) is known color: Fern. HEX triplet: 61, C2 and 5A. RGB value is (97,194,90). Sum of RGB (Red+Green+Blue) = 97+194+90=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #61C25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C25A is #9E3DA5. Grayscale: #999999. Windows color (decimal): -10370470 or 5948001. OLE color: 5948001.

HSL color Cylindrical-coordinate representation of color #61C25A: hue angle of 115.96º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61C25A is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 90 -
CMYK 0.50 0 0.54 0.24
HSL 115.96º 0.46% 0.56% -
HSV(B) 115.96º 0.54% 0.76% -
XYZ 26.07 41.86 16.38 -
YUV 153.14 92.36 87.96 -
System Red Green Blue C M Y K H S L
Decimal 97 194 90 0.50 0 0.54 0.24 115.96 0.46 0.56
Hex 61 C2 5A 32 0 36 18 74 2E 38
Octal 141 302 132 62 0 66 30 164 56 70
Binary 1100001 11000010 1011010 110010 0 110110 11000 1110100 101110 111000

Color Harmonies of #61C25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C25A

Black with #61C25A

Text Example


Text Example

White with #61C25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61C25A;
 }
 .AnyTagClassName
 {
   color: #61C25A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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