#72FF6A

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

Shades of Screamin' Green #72FF6A

Tints of Screamin' Green #72FF6A

Color information

#72FF6A (or 0x72FF6A) is unknown color: approx Screamin' Green. HEX triplet: 72, FF and 6A. RGB value is (114,255,106). Sum of RGB (Red+Green+Blue) = 114+255+106=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72FF6A is #8D0095. Grayscale: #C4C4C4. Windows color (decimal): -9240726 or 7012210. OLE color: 7012210.

HSL color Cylindrical-coordinate representation of color #72FF6A: hue angle of 116.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72FF6A is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB114255106-
CMYK0.5500.580
HSL116.78º100%70.78%-
HSV(B)116.78º58.43%100%-
XYZ45.376.1425.94-
YUV195.8677.2969.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24%
GREEN value IS 255 (100% from 255) = 53.68%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=24%
G=53.68%
B=22.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551060.5500.580116.7810070.78
Hex72FF6A3703A0756447
Octal162377152670720165144107
Binary111001011111111110101011011101110100111010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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