Html Css Color HEX #61F020 Bright Green

📋 copy color: '#61F020'

red 97 ◦ green 240 ◦ blue 32

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

Shades of Bright Green #61F020

Tints of Bright Green #61F020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.04%

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

R = 26.29%
G = 65.04%
B = 8.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#61F020 (or 0x61F020) is known color: Bright Green. HEX triplet: 61, F0 and 20. RGB value is (97,240,32). Sum of RGB (Red+Green+Blue) = 97+240+32=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #61F020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F020 is #9E0FDF. Grayscale: #AEAEAE. Windows color (decimal): -10358752 or 2158689. OLE color: 2158689.

HSL color Cylindrical-coordinate representation of color #61F020: hue angle of 101.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61F020 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 240 32 -
CMYK 0.60 0 0.87 0.06
HSL 101.25º 0.87% 0.53% -
HSV(B) 101.25º 0.87% 0.94% -
XYZ 36.35 64.97 11.99 -
YUV 173.53 48.12 73.41 -
System Red Green Blue C M Y K H S L
Decimal 97 240 32 0.60 0 0.87 0.06 101.25 0.87 0.53
Hex 61 F0 20 3C 0 57 6 65 57 35
Octal 141 360 40 74 0 127 6 145 127 65
Binary 1100001 11110000 100000 111100 0 1010111 110 1100101 1010111 110101

Color Harmonies of #61F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F020

Black with #61F020

Text Example


Text Example

White with #61F020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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