Html Css Color HEX #61C966 Fern

📋 copy color: '#61C966'

red 97 ◦ green 201 ◦ blue 102

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

Shades of Fern #61C966

Tints of Fern #61C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.25%

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 24.25%
G = 50.25%
B = 25.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#61C966 (or 0x61C966) is known color: Fern. HEX triplet: 61, C9 and 66. RGB value is (97,201,102). Sum of RGB (Red+Green+Blue) = 97+201+102=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #61C966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C966 is #9E3699. Grayscale: #9E9E9E. Windows color (decimal): -10368666 or 6736225. OLE color: 6736225.

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

Color convert

RGB 97 201 102 -
CMYK 0.52 0 0.49 0.21
HSL 122.88º 0.49% 0.58% -
HSV(B) 122.88º 0.52% 0.79% -
XYZ 28.21 45.27 19.82 -
YUV 158.62 96.04 84.05 -
System Red Green Blue C M Y K H S L
Decimal 97 201 102 0.52 0 0.49 0.21 122.88 0.49 0.58
Hex 61 C9 66 34 0 31 15 7B 31 3A
Octal 141 311 146 64 0 61 25 173 61 72
Binary 1100001 11001001 1100110 110100 0 110001 10101 1111011 110001 111010

Color Harmonies of #61C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C966

Black with #61C966

Text Example


Text Example

White with #61C966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,201,102); }

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

background-color css

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

 a { background-color: rgb(97,201,102); }

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

border-color css

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

 span { border-color: rgb(97,201,102); }

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