#68F58F

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

Shades of Pastel Green #68F58F

Tints of Pastel Green #68F58F

Color information

#68F58F (or 0x68F58F) is unknown color: approx Pastel Green. HEX triplet: 68, F5 and 8F. RGB value is (104,245,143). Sum of RGB (Red+Green+Blue) = 104+245+143=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #68F58F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F58F is #970A70. Grayscale: #BFBFBF. Windows color (decimal): -9898609 or 9434472. OLE color: 9434472.

HSL color Cylindrical-coordinate representation of color #68F58F: hue angle of 136.6º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F58F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB104245143-
CMYK0.5800.420.04
HSL136.6º87.58%68.43%-
HSV(B)136.6º57.55%96.08%-
XYZ43.3270.2337.26-
YUV191.21100.7965.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 245 (96.09% from 255) = 49.80%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=21.14%
G=49.80%
B=29.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1042451430.5800.420.04136.687.5868.43
Hex68F58F3A02A4895844
Octal150365217720524211130104
Binary1101000111101011000111111101001010101001000100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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