Html Css Color HEX #61AF64 Fern

📋 copy color: '#61AF64'

red 97 ◦ green 175 ◦ blue 100

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

Shades of Fern #61AF64

Tints of Fern #61AF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.04%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 26.08%
G = 47.04%
B = 26.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#61AF64 (or 0x61AF64) is known color: Fern. HEX triplet: 61, AF and 64. RGB value is (97,175,100). Sum of RGB (Red+Green+Blue) = 97+175+100=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF64 is #9E509B. Grayscale: #8F8F8F. Windows color (decimal): -10375324 or 6598497. OLE color: 6598497.

HSL color Cylindrical-coordinate representation of color #61AF64: hue angle of 122.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF64 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 175 100 -
CMYK 0.45 0 0.43 0.31
HSL 122.31º 0.33% 0.53% -
HSV(B) 122.31º 0.45% 0.69% -
XYZ 22.56 34.12 17.45 -
YUV 143.13 103.66 95.1 -
System Red Green Blue C M Y K H S L
Decimal 97 175 100 0.45 0 0.43 0.31 122.31 0.33 0.53
Hex 61 AF 64 2D 0 2B 1F 7A 21 35
Octal 141 257 144 55 0 53 37 172 41 65
Binary 1100001 10101111 1100100 101101 0 101011 11111 1111010 100001 110101

Color Harmonies of #61AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AF64

Black with #61AF64

Text Example


Text Example

White with #61AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,175,100); }

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

background-color css

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

 a { background-color: rgb(97,175,100); }

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

border-color css

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

 span { border-color: rgb(97,175,100); }

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