Html Css Color HEX #61D070 Fern

📋 copy color: '#61D070'

red 97 ◦ green 208 ◦ blue 112

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

Shades of Fern #61D070

Tints of Fern #61D070

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.88%

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

R = 23.26%
G = 49.88%
B = 26.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#61D070 (or 0x61D070) is known color: Fern. HEX triplet: 61, D0 and 70. RGB value is (97,208,112). Sum of RGB (Red+Green+Blue) = 97+208+112=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #61D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D070 is #9E2F8F. Grayscale: #A4A4A4. Windows color (decimal): -10366864 or 7393377. OLE color: 7393377.

HSL color Cylindrical-coordinate representation of color #61D070: hue angle of 128.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D070 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 208 112 -
CMYK 0.53 0 0.46 0.18
HSL 128.11º 0.54% 0.6% -
HSV(B) 128.11º 0.53% 0.82% -
XYZ 30.41 48.82 23.15 -
YUV 163.87 98.73 80.31 -
System Red Green Blue C M Y K H S L
Decimal 97 208 112 0.53 0 0.46 0.18 128.11 0.54 0.6
Hex 61 D0 70 35 0 2E 12 80 36 3C
Octal 141 320 160 65 0 56 22 200 66 74
Binary 1100001 11010000 1110000 110101 0 101110 10010 10000000 110110 111100

Color Harmonies of #61D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D070

Black with #61D070

Text Example


Text Example

White with #61D070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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