#72F64A

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

Shades of Screamin' Green #72F64A

Tints of Screamin' Green #72F64A

Color information

#72F64A (or 0x72F64A) is unknown color: approx Screamin' Green. HEX triplet: 72, F6 and 4A. RGB value is (114,246,74). Sum of RGB (Red+Green+Blue) = 114+246+74=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 246 (96.48% from 255 or 56.68% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 246 - color contains mainly: green. Hex color #72F64A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72F64A is #8D09B5. Grayscale: #BBBBBB. Windows color (decimal): -9243062 or 4912754. OLE color: 4912754.

HSL color Cylindrical-coordinate representation of color #72F64A: hue angle of 106.05º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72F64A is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB11424674-
CMYK0.5400.700.04
HSL106.05º90.53%62.75%-
HSV(B)106.05º69.92%96.47%-
XYZ41.1369.9817.82-
YUV186.9264.2775.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 246 (96.48% from 255) = 56.68%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=26.27%
G=56.68%
B=17.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal114246740.5400.700.04106.0590.5362.75
Hex72F64A3604646a5b3f
Octal162366112660106415213377
Binary11100101111011010010101101100100011010011010101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,246,74); }

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

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

 a { background-color: rgb(114,246,74); }

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

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

 span { border-color: rgb(114,246,74); }

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