Html Css Color HEX #61ED52 Screamin' Green

📋 copy color: '#61ED52'

red 97 ◦ green 237 ◦ blue 82

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

Shades of Screamin' Green #61ED52

Tints of Screamin' Green #61ED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.97%

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 23.32%
G = 56.97%
B = 19.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#61ED52 (or 0x61ED52) is known color: Screamin' Green. HEX triplet: 61, ED and 52. RGB value is (97,237,82). Sum of RGB (Red+Green+Blue) = 97+237+82=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 237 (92.97% from 255 or 56.97% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61ED52 is #9E12AD. Grayscale: #B1B1B1. Windows color (decimal): -10359470 or 5434721. OLE color: 5434721.

HSL color Cylindrical-coordinate representation of color #61ED52: hue angle of 114.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61ED52 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 237 82 -
CMYK 0.59 0 0.65 0.07
HSL 114.19º 0.81% 0.63% -
HSV(B) 114.19º 0.65% 0.93% -
XYZ 36.74 63.72 18.35 -
YUV 177.47 74.12 70.6 -
System Red Green Blue C M Y K H S L
Decimal 97 237 82 0.59 0 0.65 0.07 114.19 0.81 0.63
Hex 61 ED 52 3B 0 41 7 72 51 3F
Octal 141 355 122 73 0 101 7 162 121 77
Binary 1100001 11101101 1010010 111011 0 1000001 111 1110010 1010001 111111

Color Harmonies of #61ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ED52

Black with #61ED52

Text Example


Text Example

White with #61ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,237,82); }

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

background-color css

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

 a { background-color: rgb(97,237,82); }

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

border-color css

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

 span { border-color: rgb(97,237,82); }

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