#72FF61

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

Shades of Screamin' Green #72FF61

Tints of Screamin' Green #72FF61

Color information

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

HSL color Cylindrical-coordinate representation of color #72FF61: hue angle of 113.54º 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 #72FF61 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB11425597-
CMYK0.5500.620
HSL113.54º100%69.02%-
HSV(B)113.54º61.96%100%-
XYZ44.8675.9623.61-
YUV194.8372.7970.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal114255970.5500.620113.5410069.02
Hex72FF613703E0726445
Octal162377141670760162144105
Binary111001011111111110000111011101111100111001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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