Html Css Color HEX #61C20A Kelly Green

📋 copy color: '#61C20A'

red 97 ◦ green 194 ◦ blue 10

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

Shades of Kelly Green #61C20A

Tints of Kelly Green #61C20A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 32.23%
G = 64.45%
B = 3.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#61C20A (or 0x61C20A) is known color: Kelly Green. HEX triplet: 61, C2 and 0A. RGB value is (97,194,10). Sum of RGB (Red+Green+Blue) = 97+194+10=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #61C20A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C20A is #9E3DF5. Grayscale: #909090. Windows color (decimal): -10370550 or 705121. OLE color: 705121.

HSL color Cylindrical-coordinate representation of color #61C20A: hue angle of 91.63º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61C20A is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 10 -
CMYK 0.50 0 0.95 0.24
HSL 91.63º 0.9% 0.4% -
HSV(B) 91.63º 0.95% 0.76% -
XYZ 24.28 41.15 6.95 -
YUV 144.02 52.36 94.46 -
System Red Green Blue C M Y K H S L
Decimal 97 194 10 0.50 0 0.95 0.24 91.63 0.9 0.4
Hex 61 C2 A 32 0 5F 18 5C 5A 28
Octal 141 302 12 62 0 137 30 134 132 50
Binary 1100001 11000010 1010 110010 0 1011111 11000 1011100 1011010 101000

Color Harmonies of #61C20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C20A

Black with #61C20A

Text Example


Text Example

White with #61C20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,194,10); }

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

background-color css

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

 a { background-color: rgb(97,194,10); }

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

border-color css

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

 span { border-color: rgb(97,194,10); }

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