Html Css Color HEX #61CB70 Fern

📋 copy color: '#61CB70'

red 97 ◦ green 203 ◦ blue 112

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

Shades of Fern #61CB70

Tints of Fern #61CB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.27%

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

R = 23.54%
G = 49.27%
B = 27.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#61CB70 (or 0x61CB70) is known color: Fern. HEX triplet: 61, CB and 70. RGB value is (97,203,112). Sum of RGB (Red+Green+Blue) = 97+203+112=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CB70 is #9E348F. Grayscale: #A1A1A1. Windows color (decimal): -10368144 or 7392097. OLE color: 7392097.

HSL color Cylindrical-coordinate representation of color #61CB70: hue angle of 128.49º degrees, saturation: 0.5, 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 #61CB70 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 203 112 -
CMYK 0.52 0 0.45 0.20
HSL 128.49º 0.5% 0.59% -
HSV(B) 128.49º 0.52% 0.8% -
XYZ 29.21 46.42 22.75 -
YUV 160.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 97 203 112 0.52 0 0.45 0.20 128.49 0.5 0.59
Hex 61 CB 70 34 0 2D 14 80 32 3B
Octal 141 313 160 64 0 55 24 200 62 73
Binary 1100001 11001011 1110000 110100 0 101101 10100 10000000 110010 111011

Color Harmonies of #61CB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CB70

Black with #61CB70

Text Example


Text Example

White with #61CB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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