#72F061

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

Shades of Screamin' Green #72F061

Tints of Screamin' Green #72F061

Color information

#72F061 (or 0x72F061) is unknown color: approx Screamin' Green. HEX triplet: 72, F0 and 61. RGB value is (114,240,97). Sum of RGB (Red+Green+Blue) = 114+240+97=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #72F061 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F061 is #8D0F9E. Grayscale: #BABABA. Windows color (decimal): -9244575 or 6418546. OLE color: 6418546.

HSL color Cylindrical-coordinate representation of color #72F061: hue angle of 112.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72F061 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB11424097-
CMYK0.5200.600.06
HSL112.87º82.66%66.08%-
HSV(B)112.87º59.58%94.12%-
XYZ40.2666.7622.07-
YUV186.0277.7676.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 240 (94.14% from 255) = 53.22%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=25.28%
G=53.22%
B=21.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal114240970.5200.600.06112.8782.6666.08
Hex72F0613403C6715342
Octal162360141640746161123102
Binary11100101111000011000011101000111100110111000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72F061; }

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

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

<style>
 a { background-color: #72F061; }

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

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

<style>
 span { border-color: #72F061; }

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

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