#61FF72

Color #61FF72 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #61FF72

Tints of Screamin' Green #61FF72

Color information

#61FF72 (or 0x61FF72) is unknown color: approx Screamin' Green. HEX triplet: 61, FF and 72. RGB value is (97,255,114). Sum of RGB (Red+Green+Blue) = 97+255+114=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF72 is #9E008D. Grayscale: #C0C0C0. Windows color (decimal): -10354830 or 7536481. OLE color: 7536481.

HSL color Cylindrical-coordinate representation of color #61FF72: hue angle of 126.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FF72 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB97255114-
CMYK0.6200.550
HSL126.46º100%69.02%-
HSV(B)126.46º61.96%100%-
XYZ43.7375.2828.14-
YUV191.6884.1560.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 255 (100% from 255) = 54.72%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=20.82%
G=54.72%
B=24.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal972551140.6200.550126.4610069.02
Hex61FF723E03707e6445
Octal141377162760670176144105
Binary110000111111111111001011111001101110111111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,255,114); }

 H1.HeaderClassName
 {
   color: #61FF72;
 }
 .AnyTagClassName
 {
   color: #61FF72;
 }
</style>
background-color css

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

 a { background-color: rgb(97,255,114); }

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

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

 span { border-color: rgb(97,255,114); }

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