Html Css Color HEX #61DC00 Bright Green

📋 copy color: '#61DC00'

red 97 ◦ green 220 ◦ blue 0

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

Shades of Bright Green #61DC00

Tints of Bright Green #61DC00

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.4%

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

R = 30.6%
G = 69.4%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#61DC00 (or 0x61DC00) is known color: Bright Green. HEX triplet: 61, DC and 00. RGB value is (97,220,0). Sum of RGB (Red+Green+Blue) = 97+220+0=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DC00 is #9E23FF. Grayscale: #9E9E9E. Windows color (decimal): -10363904 or 56417. OLE color: 56417.

HSL color Cylindrical-coordinate representation of color #61DC00: hue angle of 93.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61DC00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 0 -
CMYK 0.56 0 1 0.14
HSL 93.55º 1% 0.43% -
HSV(B) 93.55º 1% 0.86% -
XYZ 30.52 53.73 8.76 -
YUV 158.14 38.75 84.39 -
System Red Green Blue C M Y K H S L
Decimal 97 220 0 0.56 0 1 0.14 93.55 1 0.43
Hex 61 DC 0 38 0 64 E 5E 64 2B
Octal 141 334 0 70 0 144 16 136 144 53
Binary 1100001 11011100 0 111000 0 1100100 1110 1011110 1100100 101011

Color Harmonies of #61DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DC00

Black with #61DC00

Text Example


Text Example

White with #61DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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