Html Css Color HEX #61CA20 Kelly Green

📋 copy color: '#61CA20'

red 97 ◦ green 202 ◦ blue 32

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

Shades of Kelly Green #61CA20

Tints of Kelly Green #61CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.03%

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

R = 29.31%
G = 61.03%
B = 9.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#61CA20 (or 0x61CA20) is known color: Kelly Green. HEX triplet: 61, CA and 20. RGB value is (97,202,32). Sum of RGB (Red+Green+Blue) = 97+202+32=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA20 is #9E35DF. Grayscale: #979797. Windows color (decimal): -10368480 or 2148961. OLE color: 2148961.

HSL color Cylindrical-coordinate representation of color #61CA20: hue angle of 97.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61CA20 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 202 32 -
CMYK 0.52 0 0.84 0.21
HSL 97.06º 0.73% 0.46% -
HSV(B) 97.06º 0.84% 0.79% -
XYZ 26.31 44.89 8.64 -
YUV 151.23 60.71 89.32 -
System Red Green Blue C M Y K H S L
Decimal 97 202 32 0.52 0 0.84 0.21 97.06 0.73 0.46
Hex 61 CA 20 34 0 54 15 61 49 2E
Octal 141 312 40 64 0 124 25 141 111 56
Binary 1100001 11001010 100000 110100 0 1010100 10101 1100001 1001001 101110

Color Harmonies of #61CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CA20

Black with #61CA20

Text Example


Text Example

White with #61CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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