#72F046

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

Shades of Screamin' Green #72F046

Tints of Screamin' Green #72F046

Color information

#72F046 (or 0x72F046) is unknown color: approx Screamin' Green. HEX triplet: 72, F0 and 46. RGB value is (114,240,70). Sum of RGB (Red+Green+Blue) = 114+240+70=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #72F046 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72F046 is #8D0FB9. Grayscale: #B7B7B7. Windows color (decimal): -9244602 or 4649074. OLE color: 4649074.

HSL color Cylindrical-coordinate representation of color #72F046: hue angle of 104.47º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72F046 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB11424070-
CMYK0.5200.710.06
HSL104.47º85%60.78%-
HSV(B)104.47º70.83%94.12%-
XYZ39.2166.3416.53-
YUV182.9564.2678.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 240 (94.14% from 255) = 56.60%
BLUE value IS 70 (27.73% from 255) = 16.51%
R=26.89%
G=56.60%
B=16.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal114240700.5200.710.06104.478560.78
Hex72F04634047668553d
Octal162360106640107615012575
Binary11100101111000010001101101000100011111011010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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