Html Css Color HEX #61C400 Kelly Green

📋 copy color: '#61C400'

red 97 ◦ green 196 ◦ blue 0

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

Shades of Kelly Green #61C400

Tints of Kelly Green #61C400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.11%
G = 66.89%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#61C400 (or 0x61C400) is known color: Kelly Green. HEX triplet: 61, C4 and 00. RGB value is (97,196,0). Sum of RGB (Red+Green+Blue) = 97+196+0=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #61C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61C400 is #9E3BFF. Grayscale: #909090. Windows color (decimal): -10370048 or 50273. OLE color: 50273.

HSL color Cylindrical-coordinate representation of color #61C400: hue angle of 90.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61C400 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 196 0 -
CMYK 0.51 0 1 0.23
HSL 90.31º 1% 0.38% -
HSV(B) 90.31º 1% 0.77% -
XYZ 24.67 42.02 6.81 -
YUV 144.06 46.7 94.44 -
System Red Green Blue C M Y K H S L
Decimal 97 196 0 0.51 0 1 0.23 90.31 1 0.38
Hex 61 C4 0 33 0 64 17 5A 64 26
Octal 141 304 0 63 0 144 27 132 144 46
Binary 1100001 11000100 0 110011 0 1100100 10111 1011010 1100100 100110

Color Harmonies of #61C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C400

Black with #61C400

Text Example


Text Example

White with #61C400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,196,0); }

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

background-color css

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

 a { background-color: rgb(97,196,0); }

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

border-color css

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

 span { border-color: rgb(97,196,0); }

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