Html Css Color HEX #61C820 Kelly Green

📋 copy color: '#61C820'

red 97 ◦ green 200 ◦ blue 32

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

Shades of Kelly Green #61C820

Tints of Kelly Green #61C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.79%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 29.48%
G = 60.79%
B = 9.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#61C820 (or 0x61C820) is known color: Kelly Green. HEX triplet: 61, C8 and 20. RGB value is (97,200,32). Sum of RGB (Red+Green+Blue) = 97+200+32=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #61C820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C820 is #9E37DF. Grayscale: #969696. Windows color (decimal): -10368992 or 2148449. OLE color: 2148449.

HSL color Cylindrical-coordinate representation of color #61C820: hue angle of 96.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61C820 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 200 32 -
CMYK 0.52 0 0.84 0.22
HSL 96.79º 0.72% 0.45% -
HSV(B) 96.79º 0.84% 0.78% -
XYZ 25.84 43.95 8.49 -
YUV 150.05 61.38 90.16 -
System Red Green Blue C M Y K H S L
Decimal 97 200 32 0.52 0 0.84 0.22 96.79 0.72 0.45
Hex 61 C8 20 34 0 54 16 61 48 2D
Octal 141 310 40 64 0 124 26 141 110 55
Binary 1100001 11001000 100000 110100 0 1010100 10110 1100001 1001000 101101

Color Harmonies of #61C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C820

Black with #61C820

Text Example


Text Example

White with #61C820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,200,32); }

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

background-color css

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

 a { background-color: rgb(97,200,32); }

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

border-color css

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

 span { border-color: rgb(97,200,32); }

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