#68F530

Color #68F530 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #68F530

Tints of Bright Green #68F530

Color information

#68F530 (or 0x68F530) is unknown color: approx Bright Green. HEX triplet: 68, F5 and 30. RGB value is (104,245,48). Sum of RGB (Red+Green+Blue) = 104+245+48=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 245 (96.09% from 255 or 61.71% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 245 - color contains mainly: green. Hex color #68F530 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F530 is #970ACF. Grayscale: #B5B5B5. Windows color (decimal): -9898704 or 3208552. OLE color: 3208552.

HSL color Cylindrical-coordinate representation of color #68F530: hue angle of 102.94º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68F530 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB10424548-
CMYK0.5800.800.04
HSL102.94º90.78%57.45%-
HSV(B)102.94º80.41%96.08%-
XYZ38.8968.4613.96-
YUV180.3853.2973.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 245 (96.09% from 255) = 61.71%
BLUE value IS 48 (19.14% from 255) = 12.09%
R=26.20%
G=61.71%
B=12.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal104245480.5800.800.04102.9490.7857.45
Hex68F5303A0504675b39
Octal15036560720120414713371
Binary1101000111101011100001110100101000010011001111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68F530; }

 p { color: rgb(104,245,48); }

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

<style>
 a { background-color: #68F530; }

 a { background-color: rgb(104,245,48); }

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

<style>
 span { border-color: #68F530; }

 span { border-color: rgb(104,245,48); }

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