Html Css Color HEX #61F225 Bright Green

📋 copy color: '#61F225'

red 97 ◦ green 242 ◦ blue 37

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

Shades of Bright Green #61F225

Tints of Bright Green #61F225

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.36%

 BLUE value IS 37 (14.84% from 255) = 9.84%

R = 25.8%
G = 64.36%
B = 9.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#61F225 (or 0x61F225) is known color: Bright Green. HEX triplet: 61, F2 and 25. RGB value is (97,242,37). Sum of RGB (Red+Green+Blue) = 97+242+37=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #61F225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F225 is #9E0DDA. Grayscale: #AFAFAF. Windows color (decimal): -10358235 or 2486881. OLE color: 2486881.

HSL color Cylindrical-coordinate representation of color #61F225: hue angle of 102.44º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61F225 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 242 37 -
CMYK 0.60 0 0.85 0.05
HSL 102.44º 0.89% 0.55% -
HSV(B) 102.44º 0.85% 0.95% -
XYZ 37.02 66.18 12.57 -
YUV 175.28 49.96 72.17 -
System Red Green Blue C M Y K H S L
Decimal 97 242 37 0.60 0 0.85 0.05 102.44 0.89 0.55
Hex 61 F2 25 3C 0 55 5 66 59 37
Octal 141 362 45 74 0 125 5 146 131 67
Binary 1100001 11110010 100101 111100 0 1010101 101 1100110 1011001 110111

Color Harmonies of #61F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F225

Black with #61F225

Text Example


Text Example

White with #61F225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,242,37); }

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

background-color css

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

 a { background-color: rgb(97,242,37); }

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

border-color css

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

 span { border-color: rgb(97,242,37); }

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