Html Css Color HEX #61CA70 Fern

📋 copy color: '#61CA70'

red 97 ◦ green 202 ◦ blue 112

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

Shades of Fern #61CA70

Tints of Fern #61CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.15%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 23.6%
G = 49.15%
B = 27.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#61CA70 (or 0x61CA70) is known color: Fern. HEX triplet: 61, CA and 70. RGB value is (97,202,112). Sum of RGB (Red+Green+Blue) = 97+202+112=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA70 is #9E358F. Grayscale: #A0A0A0. Windows color (decimal): -10368400 or 7391841. OLE color: 7391841.

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

Color convert

RGB 97 202 112 -
CMYK 0.52 0 0.45 0.21
HSL 128.57º 0.5% 0.59% -
HSV(B) 128.57º 0.52% 0.79% -
XYZ 28.97 45.95 22.67 -
YUV 160.35 100.71 82.82 -
System Red Green Blue C M Y K H S L
Decimal 97 202 112 0.52 0 0.45 0.21 128.57 0.5 0.59
Hex 61 CA 70 34 0 2D 15 81 32 3B
Octal 141 312 160 64 0 55 25 201 62 73
Binary 1100001 11001010 1110000 110100 0 101101 10101 10000001 110010 111011

Color Harmonies of #61CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA70

Black with #61CA70

Text Example


Text Example

White with #61CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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