#61f272

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

Shades of Screamin' Green #61F272

Tints of Screamin' Green #61F272

Color information

#61F272 (or 0x61F272) is unknown color: approx Screamin' Green. HEX triplet: 61, F2 and 72. RGB value is (97,242,114). Sum of RGB (Red+Green+Blue) = 97+242+114=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #61F272 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F272 is #9E0D8D. Grayscale: #B8B8B8. Windows color (decimal): -10358158 or 7533153. OLE color: 7533153.

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

Color convert

RGB97242114-
CMYK0.6000.530.05
HSL127.03º84.8%66.47%-
HSV(B)127.03º59.92%94.9%-
XYZ39.7267.2626.81-
YUV184.0588.4665.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 242 (94.92% from 255) = 53.42%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=21.41%
G=53.42%
B=25.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972421140.6000.530.05127.0384.866.47
Hex61F2723C03557f5542
Octal141362162740655177125102
Binary11000011111001011100101111000110101101111111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61f272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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