#61FD72

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

Shades of Screamin' Green #61FD72

Tints of Screamin' Green #61FD72

Color information

#61FD72 (or 0x61FD72) is unknown color: approx Screamin' Green. HEX triplet: 61, FD and 72. RGB value is (97,253,114). Sum of RGB (Red+Green+Blue) = 97+253+114=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #61FD72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FD72 is #9E028D. Grayscale: #BEBEBE. Windows color (decimal): -10355342 or 7535969. OLE color: 7535969.

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

Color convert

RGB97253114-
CMYK0.6200.550.01
HSL126.54º97.5%68.63%-
HSV(B)126.54º61.66%99.22%-
XYZ43.0974.0127.93-
YUV190.5184.8261.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 253 (99.22% from 255) = 54.53%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=20.91%
G=54.53%
B=24.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972531140.6200.550.01126.5497.568.63
Hex61FD723E03717f6245
Octal141375162760671177142105
Binary110000111111101111001011111001101111111111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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