Html Css Color HEX #61D068 Fern

📋 copy color: '#61D068'

red 97 ◦ green 208 ◦ blue 104

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

Shades of Fern #61D068

Tints of Fern #61D068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 23.72%
G = 50.86%
B = 25.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#61D068 (or 0x61D068) is known color: Fern. HEX triplet: 61, D0 and 68. RGB value is (97,208,104). Sum of RGB (Red+Green+Blue) = 97+208+104=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #61D068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D068 is #9E2F97. Grayscale: #A3A3A3. Windows color (decimal): -10366872 or 6869089. OLE color: 6869089.

HSL color Cylindrical-coordinate representation of color #61D068: hue angle of 123.78º 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 #61D068 is Cyan = 0.53, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 208 104 -
CMYK 0.53 0 0.5 0.18
HSL 123.78º 0.54% 0.6% -
HSV(B) 123.78º 0.53% 0.82% -
XYZ 29.98 48.65 20.91 -
YUV 162.96 94.73 80.96 -
System Red Green Blue C M Y K H S L
Decimal 97 208 104 0.53 0 0.5 0.18 123.78 0.54 0.6
Hex 61 D0 68 35 0 32 12 7C 36 3C
Octal 141 320 150 65 0 62 22 174 66 74
Binary 1100001 11010000 1101000 110101 0 110010 10010 1111100 110110 111100

Color Harmonies of #61D068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D068

Black with #61D068

Text Example


Text Example

White with #61D068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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