Html Css Color HEX #61F241 Screamin' Green

📋 copy color: '#61F241'

red 97 ◦ green 242 ◦ blue 65

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

Shades of Screamin' Green #61F241

Tints of Screamin' Green #61F241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 24.01%
G = 59.9%
B = 16.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#61F241 (or 0x61F241) is known color: Screamin' Green. HEX triplet: 61, F2 and 41. RGB value is (97,242,65). Sum of RGB (Red+Green+Blue) = 97+242+65=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #61F241 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F241 is #9E0DBE. Grayscale: #B3B3B3. Windows color (decimal): -10358207 or 4321889. OLE color: 4321889.

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

Color convert

RGB 97 242 65 -
CMYK 0.60 0 0.73 0.05
HSL 109.15º 0.87% 0.6% -
HSV(B) 109.15º 0.73% 0.95% -
XYZ 37.64 66.43 15.84 -
YUV 178.47 63.96 69.89 -
System Red Green Blue C M Y K H S L
Decimal 97 242 65 0.60 0 0.73 0.05 109.15 0.87 0.6
Hex 61 F2 41 3C 0 49 5 6D 57 3C
Octal 141 362 101 74 0 111 5 155 127 74
Binary 1100001 11110010 1000001 111100 0 1001001 101 1101101 1010111 111100

Color Harmonies of #61F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F241

Black with #61F241

Text Example


Text Example

White with #61F241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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